Making a form appear where you want it

  • Thread starter Thread starter Greg
  • Start date Start date
G

Greg

I have a series of menus that I want to appear 1 on top of the other. How
do I make a form appear exactly where I want it to appear.

Greg
The Oft Access Confused
 
Refer to the .Move method

forms![Form1].move forms![Form1].windowleft + 1000, forms!
[Form1].windowTop + 500
 
Ok, where do I actually put that information? OnLoad, OnOpen? the form name
in frmMain

Greg
The Oft Access Confused


Media Lint said:
Refer to the .Move method

forms![Form1].move forms![Form1].windowleft + 1000, forms!
[Form1].windowTop + 500

-----Original Message-----

I have a series of menus that I want to appear 1 on top of the other. How
do I make a form appear exactly where I want it to appear.

Greg
The Oft Access Confused
.
 
Simply do not let the form open in auto center and then place the form where
you want it and press save. (Dave)
 
Back
Top