Forums
New posts
Search forums
Members
Current visitors
Log in
Register
What's new
Search
Search
Search titles only
By:
New posts
Search forums
Menu
Log in
Register
Install the app
Install
Forums
Archive
Newsgroup Archive
Access Newsgroups
Access Table Design
How do I create a switch board that holds a number of forms?
JavaScript is disabled. For a better experience, please enable JavaScript in your browser before proceeding.
Reply to thread
Message
[QUOTE="Wayne-I-M, post: 2572954"] You could create a new form and call it Switchboard and simply insert a few buttons onto the form. Place this code behine Button 1 Private Sub Button1_Click() DoCmd.OpenForm "FormName1", acNormal, "", "", , acNormal End Sub Place this behind Button 2 Private Sub Button2_Click() DoCmd.OpenForm "FormName2", acNormal, "", "", , acNormal End Sub Place this behind Button 3 Private Sub Button3_Click() DoCmd.OpenForm "FormName3", acNormal, "", "", , acNormal End Sub Hope this helps [/QUOTE]
Verification
Post reply
Forums
Archive
Newsgroup Archive
Access Newsgroups
Access Table Design
How do I create a switch board that holds a number of forms?
Top