Richard G
08-11-2010, 08:34 AM
When I open my database is there anyway I can automatically hide the menu bars so my front page displays full screen mode?
Regards
Richard G
Regards
Richard G
|
View Full Version : Page Viewing Query Richard G 08-11-2010, 08:34 AM When I open my database is there anyway I can automatically hide the menu bars so my front page displays full screen mode? Regards Richard G SOS 08-11-2010, 08:38 AM Have you tried setting the POPUP property to YES for the main form and then in the open event of it use: DoCmd.Maximize Richard G 08-11-2010, 08:52 AM Thank you for the quick reply - I'm using MS Access 2003 edition and still learning so forgive me but how do I find the POPUP property for the main form? I've looked at the properties settings but found nothing - or is this something in the newer editions of MS Access? Rergards Richard G SOS 08-11-2010, 09:18 AM Thank you for the quick reply - I'm using MS Access 2003 edition and still learning so forgive me but how do I find the POPUP property for the main form? I've looked at the properties settings but found nothing - or is this something in the newer editions of MS Access? Rergards Richard G No, it isn't just for newer editions. Go into the form in design view and then go to the properties dialog and to the OTHER tab and POPUP should be the first property listed. Richard G 08-11-2010, 10:26 AM MANY Thanks - got it! Regards Richard G |