Can you wrap text in a field?

T

Tia

Is it possible to make data display in a field as wrapped text (similar to
what you can do with data in Excel)? I have some fields that are quite long
and when I display them on a report, I don't want to have to make the field
so long. I'd rather just have it wrap the text if it is longer than the
designated field.

Any suggestions????
 
R

Rick Brandt

Tia said:
Is it possible to make data display in a field as wrapped text (similar to
what you can do with data in Excel)? I have some fields that are quite long
and when I display them on a report, I don't want to have to make the field
so long. I'd rather just have it wrap the text if it is longer than the
designated field.

Any suggestions????

The TextBox on a report will have a CanGrow property. Set that to Yes.
 
Top