I figured out my switchboard problem. (The initial problem was that I was creating a Switchboard using the Switchboard Manager but it was not creating the actual Switchboard form). I had to delete everything I had in the Switchboard Manager, delete the Switchboard Items table, and after I did that, clicking on the Switchboard Manager option caused a message to come up: "We did not detect an active Switchboard, would you like to create one?" (or something like that) I clicked yes, put all my items back into the Switchboard Manager, and when I closed it, there was a Switchboard form under Forms
But now that I'm starting to add more complicated commands on my buttons, I might just have to create my own forms anyway. But my question about creating multiple forms for switchboard pages is: How can you contain all the switchboard forms/pages within the main switchboard form like the Switchboard Manager does
Sorry about not quoting the original message, I didn't know these discussions were being emailed anywhere. Thanks for your reply
----- Joan Wild wrote: ----
I don't use the switchboard manager, as I find just creating my own form t
be easier and more flexible
If you have several 'pages' of a switchboard, just create a separate for
for each page. In the OnClick of a button you can open another form (page
vi
DoCmd.OpenForm "NameOfForm
Also, since you didn't quote any of the original post (and I no longer se
it), I can't help with the 'Switchboard Manager problem'
--
Joan Wil
Microsoft Access MV
Kim Hubbard said:
I'm sorry, I don't have an answer for you because I'm having the sam problem. I wish SOMEONE knew
macros to each button. But I'm not exactly sure how to do that with severa
different switchboard pages. Does anyone know so I don't have to waste tim
looking through hundreds of help articles and thread postings (only to fin
no answers like I did this time)? It would be even better if I could fi
the initial Switchboard Manager problem to begin with. Has no one else eve
had this problem or what