In our home-grown MS Access app (Office 365 ProPlus), I added a column to the query which powers our “Export Fixed-Width” macro. The new column is not getting output to the text file.
It was easy to add a “TransactionType” column to the macro’s specified query, and it returns the correct values it when I run the query separately. The macro looks pretty vanilla in design view – type is “export fixed width”, table name is the query name, file name is what the output text file is called.
But when I run the macro, or open up the Access app and it runs automatically, type in the start & end dates, it acts normal, shows the “complete” message, but the new column is not output to the text file. I deleted the existing text file and ran the Access app, and it created a new one, but still without the new column.
It's undoubted something stoopid.
Details about the macro:
Warnings On - No
ImportExportText step:----------------
Transfer Type- Export Fixed Width
Specification Name - 1
Table Name - qSecurePay
File Name - \\servername\foldername\accounting\securepay\ARS123123123.txt
Has Field Name - No
HTML table name - blank
Code Page - blank
OpenQuery Step ------------------------
Query Name - qTotals
View - Datasheet
Data Mode - Edit
Export Complete Step ------------------
Message - Export Complete
Beep - No
Type - Information
Title - blank
Set Warnings Step --------------------
WarningsOn - Yes