How do I make a text field word wrap in a query display?

D

dentbleu

I need to have a long text field perform wordwrap instead of trailing off the
right edge of the screen. I can use the horizontal scroll bar, but I prefer
to be able to see the entire field at a glance. Increasing the heigth of the
row a record is displayed in doesn't solve the problem. thanks in advance.
 
A

Allen Browne

The datasheet view of a query cannot have line heights that vary with each
record.

Instead, create a report, and set the CanGrow height of the text box to Yes.
 
Top