Any way to Append Records to tbl in External db?

Egad

Registered User.
Local time
Today, 07:59
Joined
Jun 8, 2004
Messages
12
Is there any way to have an append query take the records and append them to a table in another Access Database file? I'd like to have only current records in the main database but keep the others in an archive database. :)
 
When you switch a query to an append query it prompts for the table as well as a data source. That's where you can specify the file.
 
Thanks.

It works! That takes care of a big problem for me.
 

Users who are viewing this thread

Back
Top Bottom