G
Guest
Is it possible to force a carriage return / line feed in a text field in an
Access report? I've tried syntax like:
=[Field1] & chr(10) & [Field2]
=[Field1] & chr(13) & [Field2]
=[Field1] & chr(10) & chr(13) & [Field2]
But none of the above cause a CRLF between the two fields. Is it possible
to do this?
Access report? I've tried syntax like:
=[Field1] & chr(10) & [Field2]
=[Field1] & chr(13) & [Field2]
=[Field1] & chr(10) & chr(13) & [Field2]
But none of the above cause a CRLF between the two fields. Is it possible
to do this?