I’ve done it before, but can’t remember how. Database has multi-line addresses in cells. I have a form that exports address cells for printing on Avery label stock. That uses this code: ({}+exportcell(«Label1»)+{})
I need to do the same sort of thing in the data export process with a tab or csv text file for merging in Word. Over the years I’ve kludged by replacing returns with •• or something in the text file, and then replacing them with “new line” ^l (that’s an ell not a one) in Word. But even that is dicey when exporting a couple address fields in a lot of records.
Likely it is something simple that I used to know.