Copying records from jet database to a new jet database 
Author Message
 Copying records from jet database to a new jet database

Matt,

Quote:
>I would like to copy records from one jet database to another. I'm trying
>to do a year end archive....Is that possible?

Sure. You can do an APPEND query that uses the IN argument to specify
the target database. Or you could ATTACH to the table in the other
database and treat that table as if it were local.

Quote:
>If so, could you show my some sample code?

There's not much "code" here. It's just a query. If you have a copy of
Access the easiest way to write the query is visually through the
query designer.

-- Jim Ferguson, FMS
    http://www.*-*-*.com/



Mon, 02 Aug 1999 03:00:00 GMT  
 
 [ 1 post ] 

 Relevant Pages 

1. Importing Jet 3.51 table into Jet 4.0 database

2. Refresh delay of records in a jet database

3. 4000 records in Jet Database Effects on Performance

4. 4000 records in Jet Database

5. error msg 3251 on AddNew method for ADO/Brand New Jet database

6. Jet engine loses 10 records when first opening an Access 97 database

7. Jet database: saving old records and purging

8. error msg 3251 on AddNew method for ADO/Brand New Jet database

9. Jet DB Performance (Jet 3.51 vs. Jet 4.0)

10. Code to Copy Records to a New Database

11. how to copy a record from one database to another database with the same struture

12. how copy records from databases to databases ?

 

 
Powered by phpBB® Forum Software