I have a form that opens maximized and requires scrolling down to see
all the textboxes. When you enter a textbox in the lower portion of the
form the Enter event opens a large textbox with a large font. This
allows the inputter to see from a distance what was just scanned in
from the barcoded label on a parcel. When the large textbox closes it
transfers its contents to the smaller textbox.
My problem is what happens when the large textbox closes.
The form scrolls up to the upper portion of the form away from the
small textbox.
Since the large textbox opens just below the small textbox I would like
it close with the small textbox still visible.
How can I stop the detail section of the form from moving???
Thanks RICK
all the textboxes. When you enter a textbox in the lower portion of the
form the Enter event opens a large textbox with a large font. This
allows the inputter to see from a distance what was just scanned in
from the barcoded label on a parcel. When the large textbox closes it
transfers its contents to the smaller textbox.
My problem is what happens when the large textbox closes.
The form scrolls up to the upper portion of the form away from the
small textbox.
Since the large textbox opens just below the small textbox I would like
it close with the small textbox still visible.
How can I stop the detail section of the form from moving???
Thanks RICK
Comment