openargs for switchboard

stormin_norm

Registered User.
Local time
Today, 09:36
Joined
Apr 23, 2003
Messages
213
I want to have my switchboard menu open a popup selection form which then opens the data entry form.

switchboard choice1 --> pop form ---> formA
switchboard choice2 --> pop form ---> formB
etc..

The way it could work is with open args where the openarg parameter contains the name of the form I want to open.
in other words:
the popform onclick event (user selected record to filter on) performs an 'DoCmd.openForm openargs'

So how can I modify the switchboard manager so whenever it does an openform, it will also pass an openArg with it??
 
BEAUTIFUL! That is perfect. You must be wearing your superhero outfit today Pat ;)

Some reason I always thought the switchboard was doing some other tricks and didn't want to dive deep into code. But I can handle your suggestion.

Thanks! You should write a book PAT!

-norm.
 

Users who are viewing this thread

Back
Top Bottom