W
Wayne Emminizer
I need to be able to identify each record on a form to be
able to pass it to code I have to create a name. The
navigation bar at the bottom of the tells me that I am on
record X of XX. How can I "grab" that ID? I have the
code working on a temp table using an autonumber field
using the For Next loop to advance to the next record.
The other solution I suppose would be to add a number to
each record (1,2,3,etc) much like an autonumber but on
the form or in the query. Any advice how to do either?
able to pass it to code I have to create a name. The
navigation bar at the bottom of the tells me that I am on
record X of XX. How can I "grab" that ID? I have the
code working on a temp table using an autonumber field
using the For Next loop to advance to the next record.
The other solution I suppose would be to add a number to
each record (1,2,3,etc) much like an autonumber but on
the form or in the query. Any advice how to do either?