In Access, it is possible to create a report that has no formatting at all other than line breaks? I want to use the report to generate an ASCII file to import into another problem. It is inconvenient to use a query for this purpose because I need multiple lines for each record.
Alternatively, if there is a way to insert returns into a query so that one record can generate multiple lines when the query is saved as a TXT file, that too would work.
Right now, I am using a query that writes each record to a single line and then using a Word macro to clean up the text and insert the necessary returns. That works great for me, and I’m the only one using the database right now, but I want to give it to some others to use and I don’t want them to have to run the Word macro.
Ronny