Need form to open top left

NeilT123

New member
Local time
Today, 21:48
Joined
Aug 18, 2022
Messages
28
I will be using a smaller monitor for a while and have one large form which I need to open so that the top left of the form is in view. Currently it opens top centre.

I have tried Me.Move 0, 0 and DoCmd.MoveSize 0, 0 in the form load and open but they don't make any difference.

I am not using tabbed forms, it is a single form with sub forms, pop up is no, modal is no.

It is an old form so it is possible I may have changed a setting over the years and not noticed it whilst using a large monitor but I can't see where.

Any one have any suggestions on what am I missing please?
 
There is an Auto Centre option
1687768299984.png


However, normally the move options will override that, so I'm not sure what the issue might be.
 
Thank you Minty, Auto Center was set to no but deleting DoCmd.Maximize from the form open sorted it.
 

Users who are viewing this thread

Back
Top Bottom