Has anyone ever created a linefeed inside the result of a SQL statement?
I'm trying to return the results from several address fields, as a combined result with linefeeds:
ie.
BuildingName, BuildingFloor
Address1,
Address2,
City, State Zipcode
Country
Im trying to concatenate all these fields into one resultant field, but with the correct formatting for form display purposes.
I've already tried fieldname1 & chr(13) & fieldname2... etc.
but this does not give my desired format.
cheers
L.
I'm trying to return the results from several address fields, as a combined result with linefeeds:
ie.
BuildingName, BuildingFloor
Address1,
Address2,
City, State Zipcode
Country
Im trying to concatenate all these fields into one resultant field, but with the correct formatting for form display purposes.
I've already tried fieldname1 & chr(13) & fieldname2... etc.
but this does not give my desired format.
cheers
L.