Hi all
I want to transfer all the records from an access table into a text/csv file. Im using the following code, but get error 424: object required:
DoCmd.TransferText acExportDelim, "Exposure Export Specification", "TEMP_KN_DATA", "C:\Exposure Tool 2009\Exposure.csv"
Any ideas?
In...