maximize db window

  • Thread starter Thread starter Alex
  • Start date Start date
A

Alex

How could I make a database window maximized on a screen.

For Form I'm using for Load and for Activate
DoCmd.maximize. It makes it maximized inside db window but
not on a full screen.

Thanks
 
Do you want the form to take up the entire screen so you don't see any Access menus/toolbars???
If so, just make the form Pop Up and Modal set to "Yes" on the form's Properties' list.
Now it will take up the whole screen.
 
Back
Top