Scroll bars won't show in text box

S

Susy

I have a memo field on a form. When the text box fills up
the scroll bars don't show, even though I set the property
to "vertical." What can I do?
Thanks.
 
V

Van T. Dinh

The verical scrollbar will show when the TextBox has the
Focus.

What I normally do is to size the height of the TextBox so
that it can display X.5 (X:whole number) so that the user
can see that more text exists but not (entirely) visible
and when he/she puts the Focus on the TextBox, the
vertical scrollbar will show up.

HTH
Van T. Dinh
MVP (Access)
 
S

Susy

Actually I found the problem - I had the left and top
margins set and that was removing the scroll bar. I took
off the margins and my scroll bars show up now.

Thanks.
 

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

Top