Return to top of form

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hi,

I have a form that is taller than one screen and the user can use the scroll
bar to scroll down the form. The form has a command button that brings up a
report and when the report is closed the user is returned to the form. If
the user scrolled down the form before clicking on the command button they
are returned to the same location on the form when the report is closed and
they return to the form. Is there a way to return to TOP of the form when
the report is closed?

Thanks
 
Phil:
You might try using the "GoToPage 1" statement in the OnActivate or
OnGotFocus events of the form
 
Back
Top