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