Moving Records to Seperate Tables in a Different .mdb File

CassandraB

Registered User.
Local time
Today, 16:19
Joined
Feb 23, 2003
Messages
54
I was wondering if anyone knows how I can do this.

What I would like to do is .... after selecting a record in my form (sign inventory) and subform (sign history), I would like to take the sign and its history I've selected and click a button/control and move the records to another table(s) in a seperate .mdb file.

For example for archived signs, if the sign is archived, the sign and it's history do not need to be in the tables any longer but I want to keep an archive date file by year of the archived data (ArchivedSignInventory2003 & ArchivedSignHistory2003 tables).

Would it be possible to have a button (on the form) to take the records I've selected from the form and place them in the two archived tables in a seperate .mdb file?

I would appreciate anybody's expertise. Thanks!
 
I don't think this is what I want to do ....................
 
No, the link does not do exactly what you want, but it contains code to open up a table in another database. I expected that to be the hard part. The moving of records wouldn't be all that different than for a table within the same database.
 
Can't you just link those tables into your current database and use an append query to update them?
 
As neileg suggested, why not do that?
 

Users who are viewing this thread

Back
Top Bottom