Hi, there! I have 2 switchboard:
SwbMainMenu
frame1
opt1 run query
opt2 print report
There is no default value for this option group.
When users select option 1, they will be led to SwbSubMenu:
SwbSubMenu
frame2
opt1 qry1
opt2 qry2
opt3 qry3
When users select one option, it'll start running a query.
There is no default value for this option group, either.
Mainmenu is brought up by AutoExec.mcr. My problem is everytime I open the database, it automatically select option1 on MainMenu and starting the 1st option on Sub Menu. The code I use is opt1_GotFocus.
Why Access automatically run? Any way to prevent this?
Many many thankyous in advance
SwbMainMenu
frame1
opt1 run query
opt2 print report
There is no default value for this option group.
When users select option 1, they will be led to SwbSubMenu:
SwbSubMenu
frame2
opt1 qry1
opt2 qry2
opt3 qry3
When users select one option, it'll start running a query.
There is no default value for this option group, either.
Mainmenu is brought up by AutoExec.mcr. My problem is everytime I open the database, it automatically select option1 on MainMenu and starting the 1st option on Sub Menu. The code I use is opt1_GotFocus.
Why Access automatically run? Any way to prevent this?
Many many thankyous in advance