Wrap text in datasheet on subform

Ripleyclone

New member
Local time
Today, 13:47
Joined
Mar 4, 2011
Messages
6
Hi

I have a subform appearing on a report (should I be using a subform or subreport?? I've tried both and don't really see the difference)

Anyway, the subform is in datasheet view. Is there a way to wrap the text so that it all displays in the report?

I'm getting the impression that it can only be done if I set the view to continous form and format it to look like a datasheet.

Thanks in anticipation!
 
Use a sub REPORT, not a form. You can then set the wrap text for the control by setting the CAN GROW of the text box and the section it is in to YES.
 
Now I see the difference...it's easy when you know how!

Many thanks :)
 

Users who are viewing this thread

Back
Top Bottom