Set where in the window a new form will appear

iamthenev

New member
Local time
Today, 07:01
Joined
Jun 17, 2013
Messages
7
I have a pop-up form that is coded through VBA to open on certain button clicks. I would like this form to always open in the top-left corner of the window. For the life of me, I can't find anyway to specific in access where the form should open when called...

Is there a way to specify this? Or does access simply determine that itself? (arbitrarily it seems...)

Thank you!
 
Save the form in that location in design mode.

Otherwise use the Move Method to put it anywhere you want.
 

Users who are viewing this thread

Back
Top Bottom