Hello. I have a macro that I takes text from a cell in Excell and stores it in a table named "Jobs" under the attribute "Comments." I also have a report that I want to display what is in "Comments."
Currently when I do this, if the user put more than one paragraph in the cell (entered a carriage return), then in the report when it displays what's in "Comments" I get that white square thing coming up where the return was entered.
How should I go about this? Should I do something in the macro while reading it in, or in the report while displaying it, or what? Thanks for any help.
Currently when I do this, if the user put more than one paragraph in the cell (entered a carriage return), then in the report when it displays what's in "Comments" I get that white square thing coming up where the return was entered.
How should I go about this? Should I do something in the macro while reading it in, or in the report while displaying it, or what? Thanks for any help.