Access: get a tab topped form to open at the top of page

S

sinclaira

My tab topped access form opens with the tabs out of sight and I have to
scroll up to see them.
 
R

Rick Brandt

sinclaira said:
My tab topped access form opens with the tabs out of sight and I have
to scroll up to see them.

Normally indicates that the form's window is not tall enough to see the entrie
form within AND that the first item in the TabOrder is not near the top of the
form.
 
C

Christy Wyatt

It the problem is that the form is not maximizing when it is opened, you may
want to add an event to the OnLoad property that goes like this
"docmd.maximize". If it is still to tall to fit, you may want to make the
form smaller by economizing space on your form, or by adding a tab and moving
some of the fields to another tab.
 
Top