Stressing a bit...can someone advise?

cnut1

Registered User.
Local time
Today, 11:39
Joined
Aug 11, 2005
Messages
25
I have created a switchboard and some additional forms. I would like the frontend of the database to display my forms in a maximized view when the users opens them. Can anyone advise me how to do this?

For some odd reason when I make changes to the forms (example) resizing them my clicking and dragging the edges, the changes will not save. Can anyone advise me what I may be doing incorrectly? :confused:
 
In the On_Load event, put DoCmd.Maximize.

If you want the forms to be a certain size, in the form properties, set the Auto Resize property to Yes. The form will then open to the size of the edges you are dragging.

Dave
 
Thank you Oldsoftboss. The changes work like a charm!
 
So simple, yet so useful. Thx Oldsoftboss
 

Users who are viewing this thread

Back
Top Bottom