A
Alan Z. Scharf
Hi,
Is there a way to force a linefeed in programmatically set text going to an
unbound textbox in a report.
Depending on the name of a product, I want theproduct name split over two
lines in a report textbox with CanGrow propert.
I tried inserting Chr(13), vbCR, and vbLf in the formula forming the text,
but that didn't work.
What I would like is the equivalent of ("XXX" & vbLf & "YYY")
Thanks.
Alan
Is there a way to force a linefeed in programmatically set text going to an
unbound textbox in a report.
Depending on the name of a product, I want theproduct name split over two
lines in a report textbox with CanGrow propert.
I tried inserting Chr(13), vbCR, and vbLf in the formula forming the text,
but that didn't work.
What I would like is the equivalent of ("XXX" & vbLf & "YYY")
Thanks.
Alan