Export Query Output to a Table or Flat File

A

andre

Does anyone know how to export the output of an Access
query to a new database table or to a flat text file?

Thanks!
 
S

Steve

-----Original Message-----
Does anyone know how to export the output of an Access
query to a new database table or to a flat text file?

Thanks!
.
try this


DoCmd.TransferText
acExportDelim, ,"qryInvoicesTXT", "Steve", False


qryInvoicesTXT is my query and Steve is the .txt file I
want to create.

good luck
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top