You can use the .TransferText function in Access.
VB Code:
  1. Application.DoCmd.TransferText acExportDelim, , "Table1", "C:\Test.txt", True