Hi Coby,
Just export it as a text file
try this
DoCmd.TransferText acExportDelim, This is for a specification name, "Name of your table or query here", your file name or variable, True if you want filed name - false if not
This will export as a csv file
|