F fredg Feb 21, 2007 #2 Can I cause a line feed break at a comma in a text string, in a report? Click to expand... Is this what you mean? Can I cause a line feed break at a comma in a text string, in a report? =Replace([TextField],", ","," & chr(13) & chr(10))
Can I cause a line feed break at a comma in a text string, in a report? Click to expand... Is this what you mean? Can I cause a line feed break at a comma in a text string, in a report? =Replace([TextField],", ","," & chr(13) & chr(10))