Forms

M

Mario

We have a custom forms which has several fields with scroll bars. However
the scrollbars are not visible when the user received them, unless they
click on the field. So they have no way of knowing if there is additional
text unless they click in the fields each time they receive this form. Is
there a way to make these scroll bars visible at all time?
 
K

Ken Slovak - [MVP - Outlook]

No, not using a standard textbox control. The control has to be in focus to
show any scrollbars.
 
Top