G
Guest
I have an application that prints labels in batches in which each label has a unique serial number. The data (approximately 300,000 labels/year) is saved to an Access 2000 database and I am trying to use ADO exclusively. I need to archive data from two joined tables to two archive tables, but am having problems creating the appropriate action queries. I looked at some similar posts but did not have good results
My source tables are the following (joined on fldSerNo)
tblBatche
-fldBatch (Primary Key
-fldDat
-(some other fields too, but not listed
tblSerNo
-fldSerNo (primary key
-fldBatch
My identically structured destination tables are the following (joined on fldSerNo)
tblBatches_archiv
-fldBatch (Primary Key
-fldDat
-(some other fields too, but not listed
tblSerNos_archiv
-fldSerNo (primary key
-fldBatch
I want to move all of the data from the source tables to the destination tables that is from the previous day or older. That is, none of the records that are archived should exist any longer in the source tables after the archive process is completed. Any help would be very appreciated
Thank you
Eric
My source tables are the following (joined on fldSerNo)
tblBatche
-fldBatch (Primary Key
-fldDat
-(some other fields too, but not listed
tblSerNo
-fldSerNo (primary key
-fldBatch
My identically structured destination tables are the following (joined on fldSerNo)
tblBatches_archiv
-fldBatch (Primary Key
-fldDat
-(some other fields too, but not listed
tblSerNos_archiv
-fldSerNo (primary key
-fldBatch
I want to move all of the data from the source tables to the destination tables that is from the previous day or older. That is, none of the records that are archived should exist any longer in the source tables after the archive process is completed. Any help would be very appreciated
Thank you
Eric