P PaulGer Registered User. Local time Today, 06:52 Joined Oct 6, 2003 Messages 10 Oct 13, 2003 #1 Hi guys, How can I set the active tab programatically in a 'TabSheet' (I'm not sure the exact translation of this component, in my German version of Access it's called "Registersteuerelement") Cheers
Hi guys, How can I set the active tab programatically in a 'TabSheet' (I'm not sure the exact translation of this component, in my German version of Access it's called "Registersteuerelement") Cheers
Mile-O Back once again... Local time Today, 05:52 Joined Dec 10, 2002 Messages 11,316 Oct 13, 2003 #2 Page1.SetFocus or MyTab = 3
P PaulGer Registered User. Local time Today, 06:52 Joined Oct 6, 2003 Messages 10 Oct 13, 2003 #3 Thanks Mile