In my switchboard design, I would like to have the title of each switchboard page appear within the details of the form. Is this possible?In Access 2003 - is there a control I can use in my switchboard form to make the title of each page show?
What's a switchboard form?In Access 2003 - is there a control I can use in my switchboard form to make the title of each page show?
In the properties of your tab control have style set to ';Tabs'; or ';Buttons'; or
Set the focus on each page but using a series of command buttons
In the click event of a button simply put
Me.Page1.setfocus
Subscribe to:
Post Comments
(Atom)
No comments:
Post a Comment