Yes. However, in a print preview, the boxes expand to display the full
content of the control, but not on the screen for the user?
QB
> You state that you set the Form and Section CanGrow properties to Yes.
>
[quoted text clipped - 25 lines]
> >> >
> >> > QB
> Yes. However, in a print preview, the boxes expand to display the
> full content of the control, but not on the screen for the user?
CanGrow is for printing only (even in forms).

Signature
Rick Brandt, Microsoft Access MVP
Email (as appropriate) to...
RBrandt at Hunter dot com
Question Boy - 18 Apr 2008 01:05 GMT
So much for that!
Perhaps you can guide me a little the.
I have a control for text. Right now the text can go beyond its width. I
tried to set the scrollbar to vertical thinking the user could scroll through
the content but it never appear?
Qb
> > Yes. However, in a print preview, the boxes expand to display the
> > full content of the control, but not on the screen for the user?
>
> CanGrow is for printing only (even in forms).
Rick Brandt - 18 Apr 2008 02:01 GMT
> So much for that!
>
[quoted text clipped - 3 lines]
> width. I tried to set the scrollbar to vertical thinking the user
> could scroll through the content but it never appear?
To get a scroll bar your TextBox must be at least two lines tall. A one
line tall box only scrolls horizontally with the arrow keys.

Signature
Rick Brandt, Microsoft Access MVP
Email (as appropriate) to...
RBrandt at Hunter dot com
Question Boy - 18 Apr 2008 02:40 GMT
Is there any way to wrap a line?
QB
> > So much for that!
> >
[quoted text clipped - 6 lines]
> To get a scroll bar your TextBox must be at least two lines tall. A one
> line tall box only scrolls horizontally with the arrow keys.
Rick Brandt - 18 Apr 2008 03:57 GMT
> Is there any way to wrap a line?
Once your box is more than one line tall it will soft-wrap automatically.

Signature
Rick Brandt, Microsoft Access MVP
Email (as appropriate) to...
RBrandt at Hunter dot com
Linq Adams - 18 Apr 2008 04:30 GMT
And I believe the vertical scrollbar will only appear when the textbox has
the focus.
I've never used it, but Stephen Lebans has a hack that gives controls on
forms CanGrow functionality. You can download it from here:
http://www.lebans.com/cangrow.htm

Signature
There's ALWAYS more than one way to skin a cat!
Answers/posts based on Access 2000/2003