View Full Version : Form Using Tabs


NigeP
07-07-2000, 04:43 AM
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

DML
07-07-2000, 05:31 AM
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