Forcing form view on open

  • Thread starter Thread starter Mark J
  • Start date Start date
M

Mark J

I have created several forms, but when I open them, they
always open with the "focus" at the bottom of the page
and you have to use the scrollbars to get to the top of
the form. Is there a trick or property setting to set
that when a form is opened, it shows the top of the form
rather than the bottom?
 
Check the Tab Order of your form. You'll probably find that some control on
the bottom of your form is first in order. Make one of the controls at the
top of the form first.
 
Back
Top