Form Display

K

Kimmie

I am trying to make it so that when I click on my file.mdb
it opens up to my main form centered showing the tabs I've
created at the top. When I click on it now, it opens to
the main form but I have to scroll up to see the tabs at
the top. How can I make it so that the form opens and
automatically goes to the top? Any help would be
appreciated. Thanks!
 
W

Wayne Morgan

Try setting Auto Resize and Auto Center in the Form's Properties sheet to Yes. Where is
the control that first gets the focus when you open the form? Is it down near where the
form scrolls when it opens?
 
Top