View Full Version : Maximising Function


Si
04-08-2000, 05:19 AM
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
04-08-2000, 06:04 AM
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