Making a form appear where you want it

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
 
M

Media Lint

Refer to the .Move method

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

Greg

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

Gulf Coast Electric

Simply do not let the form open in auto center and then place the form where
you want it and press save. (Dave)
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top