break word in reports

  • Thread starter Thread starter HungTano via AccessMonster.com
  • Start date Start date
H

HungTano via AccessMonster.com

Hi all,
I have a text field in table. When I print report based that table, the word
in text field break apart.
Example : data in text field : "This is a dangerous film"

But in report : This is a danger
ous film

Because The report has many columns, I can not wide the length of text field.

Thanks !
 
Try setting the Can Grow property of the textbox control. Thiswill cause all
of the data in the field to show as the textbox will expand down.

--
HTH

Mr B
email if needed to:
draccess at askdoctoraccess dot com
 
Back
Top