Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Getting record number is record number box

Status
Not open for further replies.

awhitsel

Programmer
Feb 22, 2001
80
US
How do I acquire the record number in the navigation buttons for the purposes of the GoToRecord action? I want to be to go to a certain record without having to use a filter.
 
You can't get that record number, but there are alternatives.

I'm assuming you want to "remember" a current record number so that you can go back to it. While positioned on that record, save the form's Bookmark property value in a Variant variable. To return to the record, assign the corresponding saved value back to the Bookmark property. The form will automatically position to the record; you don't need the GoToRecord action for this. Rick Sprague
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top