Hi. I'm creating a report that contains addresses. Each address is obtained from various fields. The text box is set to grow automatically and it contains the following:
=[Field11] & Chr$(13) & [Field12] & " " & [Field13] & " " & [Field14]
However the Chr$(13) doesn't force a newline to start in the text box. How can I do this? Also when the text box does grow the text box below it doesn't shift down. Have I missed a property setting somewhere on the report that enables it to do this? Many thanks in advance
Modalman
ASCII silly question, get a silly ANSI
=[Field11] & Chr$(13) & [Field12] & " " & [Field13] & " " & [Field14]
However the Chr$(13) doesn't force a newline to start in the text box. How can I do this? Also when the text box does grow the text box below it doesn't shift down. Have I missed a property setting somewhere on the report that enables it to do this? Many thanks in advance
Modalman
ASCII silly question, get a silly ANSI