How do I implement word wrap in an Access report field?

R

Rick Brandt

DAPPER said:
Is it possible to implement word wrap in any field in an Access
database report?

Set the CanGrow property of the control to Yes. (same on the section where
the controls resides).
 
Top