scroll bar in text box

  • Thread starter Thread starter Phil
  • Start date Start date
P

Phil

Hi,
I have a form with a text box that gets its data from a table. Many times
the text box is not big enought to display all the data. If I click in the
text box, scroll bars will appear, but not until I click in the box. Is
there a way to have the scroll bars appear when the form is opened?
Thanks,
 
Hi,
I have a form with a text box that gets its data from a table. Many times
the text box is not big enought to display all the data. If I click in the
text box, scroll bars will appear, but not until I click in the box. Is
there a way to have the scroll bars appear when the form is opened?
Thanks,

Set the control's Scroll Bar property to Vertical.
 
Hi,
Thanks for you response. It is set to vertical, but when the form opens
there is no scroll bar until one clicks in the text box. Is there a way to
have the bar show when the form first opens?
Thanks,
 
Hi,
Thanks for you response. It is set to vertical, but when the form opens
there is no scroll bar until one clicks in the text box. Is there a way to
have the bar show when the form first opens?
Thanks,

Not as far as I know.
 

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

Back
Top