How can I return the record number that I'm in if I'm in a simple Access form?
I want to use the docmd.gotorecord statement to navigate throughout a form, but first I need to know on the fly what record I'm in.
In other words, if I'm in record number 6 and I run the code, I want to be able to show a message box that tells me "You are currently in record 6." Of course, that's not how I will use the code, but that's my exact puzzle right now.
Any help?
-Christopher
I want to use the docmd.gotorecord statement to navigate throughout a form, but first I need to know on the fly what record I'm in.
In other words, if I'm in record number 6 and I run the code, I want to be able to show a message box that tells me "You are currently in record 6." Of course, that's not how I will use the code, but that's my exact puzzle right now.
Any help?
-Christopher