trystanhuwwilliams
Programmer
Hi,
Is there a way of storing the number of the last record in a variable. My form needs to know how many records are in the table connected to it. The form contains a VB procedure which tests & changes some of the field values where appropriate. I need to tell the procedure how many records to search through each time - so that when the number of records in the table changes, i won't have to change the code. For example this is how i do it now:-
Thank you in advance,
Trystan
Is there a way of storing the number of the last record in a variable. My form needs to know how many records are in the table connected to it. The form contains a VB procedure which tests & changes some of the field values where appropriate. I need to tell the procedure how many records to search through each time - so that when the number of records in the table changes, i won't have to change the code. For example this is how i do it now:-
Thank you in advance,
Trystan