P
Paul
Hi,
For my Access 2000 application, my 1st screen is an
background screen, with blue color (serve no function just
for background), Pop up set to Yes, Modal set to No, and
doCmd.Maximize to cover all the Access menu. After the
background form dispaly, the 2nd screen will be my Main
Menu screen, also Pop up Yes Modal No, but the form will
not be Maximize, but DoCmd.MoveSize 900, 1300, 11000,
7500,which will take over 3/4 Monitor size.
Here is the problem: with the Main Menu dispaly
(background behind), if the user click outside the Main
Menu (which is the background form), the menu screen will
disappear (actually behind the background). How can I
prevent this?
Thanks for your kindly advise.
For my Access 2000 application, my 1st screen is an
background screen, with blue color (serve no function just
for background), Pop up set to Yes, Modal set to No, and
doCmd.Maximize to cover all the Access menu. After the
background form dispaly, the 2nd screen will be my Main
Menu screen, also Pop up Yes Modal No, but the form will
not be Maximize, but DoCmd.MoveSize 900, 1300, 11000,
7500,which will take over 3/4 Monitor size.
Here is the problem: with the Main Menu dispaly
(background behind), if the user click outside the Main
Menu (which is the background form), the menu screen will
disappear (actually behind the background). How can I
prevent this?
Thanks for your kindly advise.