CharlesWhiteman
Registered User.
- Local time
- Today, 15:25
- Joined
- Feb 26, 2007
- Messages
- 421
I amusing the following code which takes query data and creates a TXT file. My EDM system poles the directory and when it sees this file it uses the data to suck/index the document and then removes the file. Thats fine as long as the query is not updated but if it is then a document may get missed by the edm system. The solution, which is my question, is how to get it to check to see if linkmanager.txt is there and if it is append to the file or if not then create the file?
This is my current code
DoCmd.TransferText acExportDelim, , "QryLetter", "C:\My
Documents\AccessOffice\AccessOutput\linkmanager.txt", False
Any clues much appriciated
This is my current code
DoCmd.TransferText acExportDelim, , "QryLetter", "C:\My
Documents\AccessOffice\AccessOutput\linkmanager.txt", False
Any clues much appriciated
