I am using Crystal 8.5. I have a memo field that contains three lines of data, below is an example:
Front Range
Fort Collins
Recreation
I would like to split this field by the carriage return.
I was able to grab the first line of data with the following formula:
CONVERT(varchar(253),CONTSUPP.LINKEDDOC)
but cannot figure out how to grab just Fort Collins or just Recreation.
Thanks for your help.
Front Range
Fort Collins
Recreation
I would like to split this field by the carriage return.
I was able to grab the first line of data with the following formula:
CONVERT(varchar(253),CONTSUPP.LINKEDDOC)
but cannot figure out how to grab just Fort Collins or just Recreation.
Thanks for your help.