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."
 
Top