Design window size and position

mjdemaris

Working on it...
Local time
Today, 02:51
Joined
Jul 9, 2015
Messages
426
Hey all,
Is there a way to set and save window size and position with the overlapping option?

For instance, when I open various forms in Design View, I would like them to be about the same size and position that I previously had them in so I can easily and quickly view multiple objects at once.

Mike
 
The "BringToFront" and "MoveSize" commands are what you want. Yu can size your form in design view and save it will set the size. MoveSize is better.
 
Not sure what the MoveSize command is. I'm not sure you understand what I'm asking. When I open the database, then open three forms in design view, I would all three to open at the size I used last time, so I can see each form in it's entirety, instead of having to resize each window.
 
Try opening all requisite forms in the form view and position each with the docmd.movesize function. When all have been opened, open each again in the design view. I think that they'll retain the original opened position.
 

Users who are viewing this thread

Back
Top Bottom