Multiple Switchboards

J

JenISCM

I would like to have two forms that have only selected item from the SAME
switchboard.

How can I do this?

1. Can I have more than one switchboad that different forms link to?
2. Can I pick what items I want to appear on a form from the switchboard?

HELP!
 
J

Jeanette Cunningham

Jen,
I find it is easier to create custom switchboards instead of using the
access switchboard.
Create a new form in design view.
Add however many buttons you want.
For each button, add code to open the form and use the DoCmd.OpenForm with
the where condition, filter, data mode arguments etc.
Look up vba help on OpenForm.


Jeanette Cunningham -- Melbourne Victoria Australia
 

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

Top