Forms are not "static" on my screen.

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I have several forms in my application. When I'm in development mode, with
the development toolbars at the top of my screen. I can get the forms to
open pretty much in the same place; but when I remove the development toolbar
at the top of the screen. The first form, my dashboard, opens higher up on
the screen than the subsequent forms. How do I get around this problem?
 
Is the Auto Center property on all of them set the same? If it is set to
Yes, the form should attempt to center itself in the Access window as the
form is opened. To center itself, a taller form would have its top higher
than a shorter form.

If you want to specify a postion for the form, see if this link helps:
http://www.mvps.org/access/forms/frm0042.htm
 
Great link Wayne, thanks!

Wayne Morgan said:
Is the Auto Center property on all of them set the same? If it is set to
Yes, the form should attempt to center itself in the Access window as the
form is opened. To center itself, a taller form would have its top higher
than a shorter form.

If you want to specify a postion for the form, see if this link helps:
http://www.mvps.org/access/forms/frm0042.htm
 
Back
Top