I want a form to open up, resize to the one that opened it and appear in exactly the same location. I'm finding this ridiculously hard to do. I can open the form and use
DoCmd.MoveSize 1000, 1000, Forms("Form1").WindowWidth, Forms("Form1").WindowHeight
This sets the correct size of the form being opened, but how do I set the position?
Sending me mad!
Cheers
DoCmd.MoveSize 1000, 1000, Forms("Form1").WindowWidth, Forms("Form1").WindowHeight
This sets the correct size of the form being opened, but how do I set the position?
Sending me mad!
Cheers