Maximize Database from Auto Exec Macro

J

JPC

I am aware of the macro Maximize command, but it doesn't make Access itself
maximize. Is there a way to ensure that the database itself is maximized
when opened.
 
R

Rick Brandt

JPC said:
I am aware of the macro Maximize command, but it doesn't make Access
itself maximize. Is there a way to ensure that the database itself
is maximized when opened.

DoCmd.RunCommand acCmdAppMaximize
 
Top