scroll bars and margins

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I am having trouble getting scroll bars to show up on a form field (in Access
2003). Actually they will show up, until I set the field's margin properties
to anything other than zero. All I wanted to do was create a little margin
of blank space so the text doesn't blend into the edge of the field. But
when I do, my scroll bars disappear. Isn't there anyway to have both? I
even tried manipulating the border color & thickness but that just makes it
look like the scroll bar is floating out there by itself. Any suggestions
would be appreciated.
 
There is no direct solution to this bug.
A workaround is to setup the TextBox control with no Margins or Border.
Place a Rectangle control sized slightly larger than the TextBox around
and behind the TetxtBox control to act as the Border.

--

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