Should be easy... but ?

R

RICHARD BROMBERG

How do I make the Switchboard and Forms open in Full Screen.
I already set the properties in the desktop shortcut to maximum .

R. B.
 
V

Van T. Dinh

Add the statement:
DoCmd.Maximize

in the Open Event of the Form (Switchboard is a Form).

HTH
Van T. Dinh
MVP (Access)
 
Top