Form/Scroll bar

  • Thread starter Thread starter Caroline
  • Start date Start date
C

Caroline

I have a field in a form that has up and down arrows (I'm assuming for a
scroll bar), but I do not want it to have this format. In the table, the
field is set to "text" not memo, and no record in this field is longer than
the box.
What property should I change for the arrows to disappear?
Thanks,
Caroline
 
Caroline said:
I have a field in a form that has up and down arrows (I'm assuming for a
scroll bar), but I do not want it to have this format. In the table, the
field is set to "text" not memo, and no record in this field is longer
than
the box.
What property should I change for the arrows to disappear?


So the text box is showing a vertical scroll bar? There's a Scroll Bars
property on the Format tab of the control's property sheet. Set it to None.
 
Back
Top