I'm trying to figure out how I can reposition a continuous form to a specific record.
I want it to behave as if the user scrolled to the record and clicked on it.
GoToRecord Method Example
The following example uses the GoToRecord method to make the seventh record in the form Employees current:
DoCmd.GoToRecord acDataForm, "Employees", acGoTo, 7
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.