A
arbehling
I have a database with multiple forms. When the startup form is loaded
I use VBA code to maximize the forms as follows
DoCmd.Maximize
This works and makes the start up form maximized. However when I open a
different form or run a report, the startup form is resized when I
return to it. Is there a way to force all forms/reports to run in a
maximized state at all times?
I use VBA code to maximize the forms as follows
DoCmd.Maximize
This works and makes the start up form maximized. However when I open a
different form or run a report, the startup form is resized when I
return to it. Is there a way to force all forms/reports to run in a
maximized state at all times?