G Guest Feb 16, 2006 #1 I have a text box that is wider then long. I would like the text to wrap. Do I have to turn on the scroll bars for this?
I have a text box that is wider then long. I would like the text to wrap. Do I have to turn on the scroll bars for this?
M Marshall Barton Feb 16, 2006 #2 Tony said: I have a text box that is wider then long. I would like the text to wrap. Do I have to turn on the scroll bars for this? Click to expand... Wrapping is totally automatic. You should make the text box at least two lines tall so you can see any line wrapping that may be happening. You probably need the vertical scroll bar regardless, just so you can scroll to the wrapped lines.
Tony said: I have a text box that is wider then long. I would like the text to wrap. Do I have to turn on the scroll bars for this? Click to expand... Wrapping is totally automatic. You should make the text box at least two lines tall so you can see any line wrapping that may be happening. You probably need the vertical scroll bar regardless, just so you can scroll to the wrapped lines.
M Mikal via AccessMonster.com Feb 16, 2006 #3 Set the text box's CanGrow property to true. Mike I have a text box that is wider then long. I would like the text to wrap. Do I have to turn on the scroll bars for this? Click to expand...
Set the text box's CanGrow property to true. Mike I have a text box that is wider then long. I would like the text to wrap. Do I have to turn on the scroll bars for this? Click to expand...
G Guest Feb 16, 2006 #4 It is double wide but does not give me the option to add the scroll bars after searching. It is populating from a memo field in a table.
It is double wide but does not give me the option to add the scroll bars after searching. It is populating from a memo field in a table.
R Rick Brandt Feb 16, 2006 #5 Tony said: It is double wide but does not give me the option to add the scroll bars after searching. It is populating from a memo field in a table. Click to expand... Wrapping only occurs if the control is at least two lines tall (width don't matter). You will only see the scrollbar when the control has focus.
Tony said: It is double wide but does not give me the option to add the scroll bars after searching. It is populating from a memo field in a table. Click to expand... Wrapping only occurs if the control is at least two lines tall (width don't matter). You will only see the scrollbar when the control has focus.
M Marshall Barton Feb 16, 2006 #6 The CanGrow/CanShrink properties are only useful when the form is printed. They have no effect in any of the form views.
The CanGrow/CanShrink properties are only useful when the form is printed. They have no effect in any of the form views.
M Mikal via AccessMonster.com Feb 18, 2006 #7 Well, I had to try it out. You won't be surprised to hear you were right. Mike
M Marshall Barton Feb 18, 2006 #8 ;-) Well, I just tried it it out before you did ;-) I may have done it more than a decade earlier than you, but that's how we figure out all this stuff. Keep on experimenting.
;-) Well, I just tried it it out before you did ;-) I may have done it more than a decade earlier than you, but that's how we figure out all this stuff. Keep on experimenting.