GoToPage (1 Viewer)

WILYWAYNE11

New member
Local time
Today, 06:02
Joined
Aug 27, 2022
Messages
20
I am running Access 2013. I have a large database with data entered on several tabs in the form to make data entry easier. I would like to use GoToPage macro to return to the first tab titled "Company Info". When I enter that phrase in the Page Number argument it will not work. Any suggestions?
 

arnelgp

..forever waiting... waiting for jellybean!
Local time
Today, 21:02
Joined
May 7, 2009
Messages
19,247
you need to SetValue to the TabNumber (zero-based) of the TabControl.

example:
to go to "first" tab:

Me.TabControlName = 0
 

Users who are viewing this thread

Top Bottom