jchrischinn
Chris
- Local time
- Today, 12:24
- Joined
- Nov 6, 2008
- Messages
- 2
Okay, I've done the research and haven't found the answer yet. This is probably very easy but then I've only been working with Access for about a year.
I have an Access 2003 database that has two primary tables with a parent-child relationship (1 to many) with "enforce referential integrity" turned on. What I'm trying to do is archive the parent records queried with a form and then have all the child records for each parent also archived. I have set up two tables to act as archive tables for the parent-child tables. So basically, I want to copy the queried parent records and all their children to the archive tables and then delete the same records from the original tables.
I've tried using the append query but I haven't figured out how to do that with parent-child tables.
Any suggestions or solutions would be welcomed.
Thanks and have a great day.
I have an Access 2003 database that has two primary tables with a parent-child relationship (1 to many) with "enforce referential integrity" turned on. What I'm trying to do is archive the parent records queried with a form and then have all the child records for each parent also archived. I have set up two tables to act as archive tables for the parent-child tables. So basically, I want to copy the queried parent records and all their children to the archive tables and then delete the same records from the original tables.
I've tried using the append query but I haven't figured out how to do that with parent-child tables.
Any suggestions or solutions would be welcomed.
Thanks and have a great day.