I need to produce an ASCII file from Access 97 with a header and footer. I am able to produce the body of the ASCII text file by using the VBA command: DoCmd.TransferText acExportFixed, "name", "qryname", "c:\temp\file.txt", False
However, I also need to add a...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.