Scrollbars in Text Box

G

Guest

I have a memo field displayed in a text box on a form. The "Scroll Bars"
property of the text box field is set to "Vertical", but the scrollbar does
not show when the content of the field is bigger than the text box. Is this a
bug in Access or am I missing something? I would appreciate some feedback if
anybody knows what is happening.
 
K

Ken Snell [MVP]

It will show only when the textbox has the focus. That means that the
textbox should not be disabled; otherwise, the user cannot click into it and
scroll the contents.

Lock the textbox if you don't want the user to be able to edit the contents,
but keep it enabled.
 
G

Guest

Ken,

Thanks for the answer.
However, the text box is enabled. The user can type text in there, and the
text can be bigger than the text box. But there is no scroll bar. The only
way to scroll is to move the cursor up and down to the beginning or the end
of the field. This is a very odd behavior, this is why I am wondering if this
is a bug. But maybe I am missing something.

Any ideas?
 
S

Stephen Lebans

There is a bug where if you have the TextBox Margin props at any value
other than ZERO then the Vertical Scrollbars will not display.

--

HTH
Stephen Lebans
http://www.lebans.com
Access Code, Tips and Tricks
Please respond only to the newsgroups so everyone can benefit.
 
G

Guest

That's it.
Thanks a million.

Stephen Lebans said:
There is a bug where if you have the TextBox Margin props at any value
other than ZERO then the Vertical Scrollbars will not display.

--

HTH
Stephen Lebans
http://www.lebans.com
Access Code, Tips and Tricks
Please respond only to the newsgroups so everyone can benefit.
 
G

Guest

I am having a similar problem, but I think it has a twist.

I have a memo field in a subform, but when it shows up (within the subform)
in the main form, it appears in datasheet view. However, there are NO
scrollbars. It's a pain to use the arrows to scroll down. Is this an issue
b/c it's a field in a subform? I checked my margins--they're at 0. And it
says Scrollbars (vertical) are enabled. Any suggestions?
 
G

Guest

I have not seen any official documentation regarding this behaviour. Is there
a hotfix/service pack which addresses this issue?

Thanks for your help.
 

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