Scroll Bars on Text fields

D

Dave

Access 2003

I have a few fields that are showing scroll bars on them when the field has
focus (even when empty).
Fields are set to 50 (and there are not that much text in the fields)
Fields are set "Not to Grow"
Fields are sized to be big enough for the font that is set.

What setting am I missing?

Thanks
dave
 
L

Linq Adams via AccessMonster.com

"Can Grow" and "Can Shrink" do nothing in forms; these properties only apply
to reports. The Scrollbar Property for these fields are apparently set to
something besides "None" and this will give you the scrollbars when they have
focus, whether or not they contain data.

Select the textboxes, goto Properties - Format and set Scrollbars to "None."
 

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