hi,
when my switchboard form loads...i want it to me the displayed to the user always in full screen mode ( that is to say it covers the monitor except the toolbars maybe)
how do i do that.
pls help
alifya
Open the form in design mode.
Click the "Code" toolbar button on form design toolbar.
Look for the FORM object in the list of object on the left side.
Then look for the OPEN event guy on the right side. Insert this line of code in the ON OPEN event:
DoCmd.Maximize
However, you have to remember that ALL forms will then open maximized - this is a 'sticky' option (not a good thing, in my mind but who knows what the folks in Redmond will think of next...)
There are two ways to argue with a woman - neither one works.
Another free Access forum:
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.