Window Sizing Issue

Novice1

Registered User.
Local time
Yesterday, 16:00
Joined
Mar 9, 2004
Messages
385
This seems easy but I cannot figure it out.

I have a window (Popup No; Modal No) maximized. I simply want to write a line in the On Open event to restore down to window size. I tried to maximize then restore ... no luck (I don't want the application.

Any help would be appreciated.
 
DoCmd.MoveSize 1, 2, 3, 4

1 and 2 being position, 3 and 4 width/height
 
Just to clarify:

DoCmd.MoveSize 1000,300,500,400

gives a form positioned 1000 from the right of the screen and 300 from the top of the screen, the form is 500 wide and 400 high.
 

Users who are viewing this thread

Back
Top Bottom