N NigeP New member Local time Today, 00:03 Joined Jun 16, 2000 Messages 8 Jul 7, 2000 #1 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
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
D DML Registered User. Local time Today, 00:03 Joined Jun 29, 2000 Messages 40 Jul 7, 2000 #2 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
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