Hi
I have a database that i need to archive and start a fresh as i'm integrating with some other software. My plan is this:
1. copy database AdviceDB back end and rename ArchiveDB
2. delete data in AdviceDB back end
3. copy front end and link tables of the new copy to ArchiveDB
so i will then have 2 back ends a 2 front ends.
I then need to be able to retrieve a record from the archive when required. The record will need to get info from several tables (all linked by personID).
I'm not sure where to start with this task. my idea so far is to put linked tables in the AdviceDB front end to the archive DB (so i can search the archives) then have a button with some vba to copy across the records to the new tables using a where statement.
I start to lose my mind when i consider how i can can create a new PersonID and make sure the data from the archive tables is all translated to reflect the new PersonID. (each table has PersonID in to create the links with the main tblPerson).
Does anyone have any experience doing this, if so could i have some pointers please?
Thanks
I have a database that i need to archive and start a fresh as i'm integrating with some other software. My plan is this:
1. copy database AdviceDB back end and rename ArchiveDB
2. delete data in AdviceDB back end
3. copy front end and link tables of the new copy to ArchiveDB
so i will then have 2 back ends a 2 front ends.
I then need to be able to retrieve a record from the archive when required. The record will need to get info from several tables (all linked by personID).
I'm not sure where to start with this task. my idea so far is to put linked tables in the AdviceDB front end to the archive DB (so i can search the archives) then have a button with some vba to copy across the records to the new tables using a where statement.
I start to lose my mind when i consider how i can can create a new PersonID and make sure the data from the archive tables is all translated to reflect the new PersonID. (each table has PersonID in to create the links with the main tblPerson).
Does anyone have any experience doing this, if so could i have some pointers please?
Thanks