Form Using Tabs

NigeP

New member
Local time
Today, 00:03
Joined
Jun 16, 2000
Messages
8
Hi
Can I run a Macro that will open the FORM and then a specific TAB CONTROL PAGE within the form that has multiple TAB CONTROL PAGE'S

Thanks
 
I don't know whether the Macro will do it, but I know you can set a particular tab's focus in the "On Open" event of the form by:

Me.MyTab.pages("PageName").setfocus
 

Users who are viewing this thread

Back
Top Bottom