Macro Help Needed to Export Table

  • Thread starter Thread starter Terry DeJournett
  • Start date Start date
T

Terry DeJournett

Does anyone know how to write a macro to take a table in Access and export
it out as a "text" file?

Thanks in advance.
T.D.
 
DoCmd.TransferText acExportDelim, , "Table1", "C:\Temp\output.txt"

Will give you a comma seperated text file. Search help on transfertext
for how to customise the export to your exact requirements...
 

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

Back
Top