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...