Maximising Function (1 Viewer)

S

Si

Guest
My database is set up to display a form automatically when the database is opened, how do I make a marco maximise this window automatically?

Thanks for your help
 

Peter Paul

Registered User.
Local time
Today, 06:50
Joined
Jan 1, 2000
Messages
82
Easist way to make this happen is this. Go to the EVENT properties for the form. Go to the ON OPEN event, and enter this code.

DoCmd.Maximize.

That should do it.

Good luck,
Peter Paul
 

Users who are viewing this thread

Top Bottom