Marshall Brooks
Member
- Local time
- Today, 11:59
- Joined
- Feb 28, 2023
- Messages
- 727
Like the title says ...
My database has a switchboard and 7 main forms - I'll call them Form1, Form2 ... Form7.
There is a button on the switchboard that brings up a pop-up with checkboxes that let's you select multiple forms to open.
So, if I select Forms 2, 3, 5, 6, and 7, I end up with (left to right), the switchboard, Form2, Form 3, Form 5, Form 6, and Form 7 with Form 7 Selected.
I would like Form 2 selected (the first form loaded after the switchboard).
If there a way to do this with code?
If not, I can check if Form1 is loaded, and if so, Open Form1, else if Form2 is loaded, open Form2 etc., which should give the same end result.
Thanks in advance!
My database has a switchboard and 7 main forms - I'll call them Form1, Form2 ... Form7.
There is a button on the switchboard that brings up a pop-up with checkboxes that let's you select multiple forms to open.
So, if I select Forms 2, 3, 5, 6, and 7, I end up with (left to right), the switchboard, Form2, Form 3, Form 5, Form 6, and Form 7 with Form 7 Selected.
I would like Form 2 selected (the first form loaded after the switchboard).
If there a way to do this with code?
If not, I can check if Form1 is loaded, and if so, Open Form1, else if Form2 is loaded, open Form2 etc., which should give the same end result.
Thanks in advance!