Form Scalling up and down the page HELP HELP HELP

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

Guest

I have a form that has several subforms on it. As the user enters data the
cursor movements are fine UNTIL the bottom of the current screen size is
reached. The cursor continues to move from field to field properly however
the user can not see this. They have to use the SCROLLING bars to move down
so they can see.

How can I using code make the form move down so the fields where the cursor
is in are displayed in a viewable area of the screen.
 
Did you consider using a TAB control, so all the fields will be displayed on
one page instead of scrolling down?
 
Yes I thought of this however it is a Pre-Printed form that has to be
displayed as it appears in real life.

Thanks
 
Hansford said:
Yes I thought of this however it is a Pre-Printed form that has to be
displayed as it appears in real life.

Nonsense. You can (and should) create a report that is used for printing to
your pre-printed stock and design the form to maximize it's primary purpose
which is for data entry. Except in the most trivial of designs forms should not
be printed.
 
I have the same problem, I am moving in the page by tabs which continue but
can not be seen when the bottom of the screen is reached. I do not want to
put in page breaks but prefer it to scroll down as data is put in.
 
Back
Top