Isaac
Lifelong Learner
- Local time
- Today, 14:30
- Joined
- Mar 14, 2017
- Messages
- 10,996
I have some code I've been running for weeks, if not over a month. One line:
DoCmd.TransferText acExportDelim, , "qrySelectionForETL2", strPath, True
The line executes and the text file is created successfully. However, inside the text file, where the query would show a normal line of values, the text output is showing these numeric values:
14 00 00 00 ,14 00 00 00 ,14 00 00 00 ,14 00 00 00 ,59 00 00 00 ,59 00 00 00 ,59 00 00 00
Anyone else ever seen this? What in the world is going on?
DoCmd.TransferText acExportDelim, , "qrySelectionForETL2", strPath, True
The line executes and the text file is created successfully. However, inside the text file, where the query would show a normal line of values, the text output is showing these numeric values:
14 00 00 00 ,14 00 00 00 ,14 00 00 00 ,14 00 00 00 ,59 00 00 00 ,59 00 00 00 ,59 00 00 00
Anyone else ever seen this? What in the world is going on?