Open form maximized (1 Viewer)

robert693

Registered User.
Local time
Today, 01:53
Joined
Mar 22, 2001
Messages
38
This is a basic question. I want to know how to create a form that will open maximized every time.
 

mcreedie

Registered User.
Local time
Today, 01:53
Joined
Feb 26, 2001
Messages
14
I don't know if this will help but whenever i want this to happen i create a macro to maximise then with the form open in design view attach the macro on mouse move.

so when the user moves a mouse the from maximises.

Rob
 

KevinM

Registered User.
Local time
Today, 01:53
Joined
Jun 15, 2000
Messages
719
No, a much simply way is to put...
DoCmd.Maximize
On the form's OnOpen event procedure

HTH
 

Users who are viewing this thread

Top Bottom