N
Neil Warwick
Can Anyone help me ou there with a small problem I have
with an application I'm writing?
I have a tabbed form with about 5 Tabs.
When I open it up at various times, I want it to display
maybe the 2nd, 3rd, 4th, or 5th Tab, depending upon
certain conditions.
I can test for the conditions quite easily using If..Then
type statements, but how do I open the form at the correct
Tab?
would expect to see sumthing like:-
DoCmd.Openform "frmTabForm", (Tab no.)
But I can't find any reference in any of my books etc on
how to achive this.
All help gratefully received.
with an application I'm writing?
I have a tabbed form with about 5 Tabs.
When I open it up at various times, I want it to display
maybe the 2nd, 3rd, 4th, or 5th Tab, depending upon
certain conditions.
I can test for the conditions quite easily using If..Then
type statements, but how do I open the form at the correct
Tab?
would expect to see sumthing like:-
DoCmd.Openform "frmTabForm", (Tab no.)
But I can't find any reference in any of my books etc on
how to achive this.
All help gratefully received.