In a sql database table there is a column called address.
However if you have more than one line on the address, it's separated by a carriage return within the same column.
when I view the field within the applications I can see the entire address.
In Crystal I only see the first line.
How can I extract all the data in that column? And report each line separately?
ex column address has data trump hotel(CR)room 204
I want to print two columns trump hotel room 204
when I use browse data, I only see trump hotel
suggestions?
However if you have more than one line on the address, it's separated by a carriage return within the same column.
when I view the field within the applications I can see the entire address.
In Crystal I only see the first line.
How can I extract all the data in that column? And report each line separately?
ex column address has data trump hotel(CR)room 204
I want to print two columns trump hotel room 204
when I use browse data, I only see trump hotel
suggestions?