R
Ryan
Hi,
I have a table where periodically records are deleted (i.e., bc a case has
been terminated). These records, however, need to be put into an 'archive'
table. I am currently accomplishing this by first running an append query
and then a delete query. Is there a way to combine the two actions?
Also, is there a way to design an append query that appends from two related
tables (one to many relationship) to a like set of tables?
Thanks in advance,
Ryan
I have a table where periodically records are deleted (i.e., bc a case has
been terminated). These records, however, need to be put into an 'archive'
table. I am currently accomplishing this by first running an append query
and then a delete query. Is there a way to combine the two actions?
Also, is there a way to design an append query that appends from two related
tables (one to many relationship) to a like set of tables?
Thanks in advance,
Ryan