scroll top

qwertyjjj

Registered User.
Local time
Today, 08:50
Joined
Aug 8, 2006
Messages
262
For some reason when I open my form, it does not start at the top of the from.
Is there a way either through settings or within VBA code to automatically scroll to the top of the form when it loads?
 
I would say the focus is set to a control in the botton half of your form. When the form opens, press the PgUp key to see if the form resets to the top.

Options:
Set the forms resize property to yes.
Alter the TAB order to start at a control at the top of the form.
Resize the form to fit on the screen.

HTH

Dave
 

Users who are viewing this thread

Back
Top Bottom