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