controlling where a form opens up

T

tsison7

Is there a way to set where a form opens up. I have an Exit Program button
set as popup which a user can use from anywhere in the program to quit. But
I would like it to open up after the user logs in and be place in the upper
right hand corner.
 
F

fredg

Is there a way to set where a form opens up. I have an Exit Program button
set as popup which a user can use from anywhere in the program to quit. But
I would like it to open up after the user logs in and be place in the upper
right hand corner.

Look up the MoveSize method in VBA help.
Note: All measurements are in Twips, 1440 per inch.
 
Top