X
XP
Using Office 2003 and Windows XP;
I have a bound form. The table the form is bound to contains an AutoNumber
column named Num which is also a primary key for the table.
As the form is scrolled, the record number of course, changes.
1) Is the record number shown on the form ALWAYS equal to the AutoNumber
generated for that record in the table?
2) Is there a way to obtain the record number (shown in the form)? If so,
what would the code look like to return this number in a variable?
Thanks much in advance.
I have a bound form. The table the form is bound to contains an AutoNumber
column named Num which is also a primary key for the table.
As the form is scrolled, the record number of course, changes.
1) Is the record number shown on the form ALWAYS equal to the AutoNumber
generated for that record in the table?
2) Is there a way to obtain the record number (shown in the form)? If so,
what would the code look like to return this number in a variable?
Thanks much in advance.