go to the form properties, then event tab, on open. chose macro builder, in the macro design enter maximize as the action. then everytime the form is opened it will be maximized.
Open the form in design view
Select Properties
Select Events
Create an On Load event
Type the following:
DoCmd.Maximize
Close the window
Save changes to the form
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.