Maximising Function

  • Thread starter Thread starter Si
  • Start date Start date
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
 
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

Back
Top Bottom