HeyYouItsMe
Technical User
I would like to fill a single text box with multiple lines of information on a report using code. I can do this but am unable to force a new line so that the information is easier to read. The effect I am trying to achieve is possible when the information is entered directly into the control source of a text box and pressing <Ctrl+Enter> to start a new line. This same effect can be done in a field in a table. This would seem to indicate the effect can be achieved using code but so far I have not discovered the way.
I have tried using "Chr(10) & Chr(13)" when concatenating the message but this does not work.
Any help would be appreciated.
Thanks
I have tried using "Chr(10) & Chr(13)" when concatenating the message but this does not work.
Any help would be appreciated.
Thanks