Auto scroll right when form opens

S

SusanJ

I have a user with a smaller screen than the database was designed for.
Every time the forms open, he has to scroll right. He is constantly
navigating between forms. Is there a way to automatically set the form to
scroll right when it's opened?

Thanks so much!
 
K

Klatuu

I have not tested this, it is just an idea you might try. In the Load event
of the form, set the focus to a control that would not normally visible on
his screen. The only problem is, that unless you identify the user and do it
only for him, all users would have the focus set to that control.
 
Top