How do you design a form menu?

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

How do you design a menu form to open an application? Plus how to add
appropriate links.
 
murray1998 said:
How do you design a menu form to open an
application? Plus how to add appropriate links.

You can do it with the Switchboard Manager, but those aren't easy to
maintain -- we get a lot of questions about what has gone wrong. Almost
always, experienced Access developers say they just create their own
Switchboard Form(s), using unbound Forms, and the Command Button Wizard. You
can have Command Buttons, too, that open another Switchboard Form. And, if
you have a need and learn just a little VBA code, you can add various
selection criteria, etc., right into your Switchboard.

Larry Linson
Microsoft Access MVP
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top