thunderstorm
Registered User.
- Local time
- Today, 20:06
- Joined
- Jan 16, 2004
- Messages
- 18
I am creating a switchboard for my database from stratch.
I wanted to have an option group, which I have created, and the options in it are the names of the forms in my database. I currently have it set up so that when the user clicks the option button, the form is opened immediately.
However, I wanted to have it so that when the option button (the circle) is clicked, a message box comes up confirming whether the user wants to go to the form or not. I.e. clicking cancel would return the user to the switchboard, and clicking OK would continue to the form.
How would I go about this?
Currently each option button is linked to a macro that opens each form.
I wanted to have an option group, which I have created, and the options in it are the names of the forms in my database. I currently have it set up so that when the user clicks the option button, the form is opened immediately.
However, I wanted to have it so that when the option button (the circle) is clicked, a message box comes up confirming whether the user wants to go to the form or not. I.e. clicking cancel would return the user to the switchboard, and clicking OK would continue to the form.
How would I go about this?
Currently each option button is linked to a macro that opens each form.