Copy table from one db to another by date

B

Bob

I am trying to copy data from one database Import / data to another db
Export /data. Both db's reside in the same folder and both have the
same table and structure = Data. I'd like to be able to do this by
date. I can do it by macro but I need by date.

Thanks
Bob
 
J

John Vinson

I am trying to copy data from one database Import / data to another db
Export /data. Both db's reside in the same folder and both have the
same table and structure = Data. I'd like to be able to do this by
date. I can do it by macro but I need by date.

You can use File... Get External Data... Link to *LINK* to a table in
the target database; then run an Append query appending data from the
local table to the target table. You can use a criterion on the date
field to limit which records are exported.
 

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