scroll bar problem

S

Sensay

i have a textbox in a subform, the scroll bar never appears for that text box
?!
although the data in that textbox is pretty large!
anybody knows why ?

Sensay
 
R

Rick Brandt

Sensay said:
i have a textbox in a subform, the scroll bar never appears for that text box
?!
although the data in that textbox is pretty large!
anybody knows why ?

Did you set the ScrollBars property of the TextBox? Also Access TextBoxes only
show a scroll bar when they have focus. The TextBox has to be at least two
lines tall as well. Single line TextBoxes just have the text scroll off to the
right rather than down.
 
R

Rob Parker

And one more thing: the textbox must have its margins set to 0. (The voice
of experience - took me ages to find!)

Rob
 
Top