Append Export to Text Doc

  • Thread starter Thread starter Rick25
  • Start date Start date
R

Rick25

Guest
I am having trouble with my database sizing out because of an append table with historical months' data. I have set up a process to automatically export the new months' data to a text file. I would like to make another text file that is more like a log file that appends any new month's data to the bottom. Any ideas on how to do this in VBA? Should I try to do it with a batch file external to Access and run the batch using AppActivate?

Thanks,

Rick
 
You should be able to set a linked table to the text file within Access and then write an Append Query to Append to that table.
 
Easy. Sorry about that one. That is quite obvious. Thanks for saving me some time!
 

Users who are viewing this thread

Back
Top Bottom