I’m trying to use DoCmd.TransferT ext, (I use it successfully with a .txt export every day) to export a table into a CSV file.

Right now every time I try – it says:
Code:
Run-time error 3011
The MS Access db engine could not find the object ‘Inventory#scv’.  Make sure the object exists and that you spell its name and the path name correctly.
I just put a simple button on a form, and linked it to the onClick action...