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??
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??