View Full Version : Open Form to Maximum


EmmaW
11-08-2001, 12:50 AM
I am trying to set my form to open to full screen size, but every time I try it won't work.

I think i'm missing something simple, but it is driving me mad..

crosmill
11-08-2001, 01:15 AM
in the OnLoad() event of the forms properties, build code and tyype Docmd.Maximise

That should do ya!

HTH