L
Len B
In the bottom left corner of most forms the current record number
and the record count shows something like this
Record 17 of 25
I need to use each of these numbers in VBA.
For the recordcount DCount("primarykey","tablename") seems to work.
Try as I might, I haven't been able to find how to determine what the
current rec num is.
I figure it has more to do with the form than the underlying table but
I can't find a useful form attribute.
Any ideas?
TIA
and the record count shows something like this
Record 17 of 25
I need to use each of these numbers in VBA.
For the recordcount DCount("primarykey","tablename") seems to work.
Try as I might, I haven't been able to find how to determine what the
current rec num is.
I figure it has more to do with the form than the underlying table but
I can't find a useful form attribute.
Any ideas?
TIA