wrapping text in a report

G

garyf

I have a data base for mailing addresses. Most addresses
print ok in my report however several are too long to fit
into the space alloted. How can I set the report so that
a long address can be printed by wrapping the field with
the unusually long address? I realize I could make the
box bigger which would apply to all records in the report
but I would prefer to use two lines only when needed
rather than on each record.
 
J

Jes

Turn the can grow property on for the control with the information you want wrrapped
 
Top