Auto scroll right when form opens

  • Thread starter Thread starter SusanJ
  • Start date Start date
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!
 
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.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads

Access 2003 vs 2010 1
Subform Data Entry Setting 0
How to stop records scrolling in bound form 2
Vertical scroll bar display 3
Scroll a subform 6
Listbox Scroll Bar 1
Disable Scroll Wheel 5
Scroll bar space 1

Back
Top