Append ALL Related Fields

I

i.am.lost

1-many relationships exist between tblCampaign -> tblAdvert -> tblTask (so a
campaign can have many adverts, and an advert can have many tasks).
I have created an append query to archive old campaigns.
However, I want it to also append all related records in tblAdvert and
tblTask.
Essentially, I am trying to recreate the Cascade Delete Related Fields
option except I want Access to append all the related fields to specified
tables (rather than delete them).
 
K

KARL DEWEY

A better method is to add a Yes/No field named Archived and add criteria to
your queries that Archived = False or 0 (zero).
This technique makes all records available when you need to include history.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top