Connecting Tech Pros Worldwide Forums | Help | Site Map

Create Macro that deletes from one table and appends another

Member
 
Join Date: Mar 2007
Posts: 82
#1: May 29 '07
Is there a way to create a macro that, based on certain criteria(disposition status and date received), removes a line from one table and adds it to another.

Member
 
Join Date: Mar 2007
Posts: 82
#2: May 29 '07

re: Create Macro that deletes from one table and appends another


I think I will want to use SQL and select records from the table based on certain criteria, then append them to the new table, then delete them from the old? is this right
Rabbit's Avatar
Expert
 
Join Date: Jan 2007
Location: California
Posts: 3,835
#3: May 29 '07

re: Create Macro that deletes from one table and appends another


Quote:

Originally Posted by jl2886

I think I will want to use SQL and select records from the table based on certain criteria, then append them to the new table, then delete them from the old? is this right

Yes, that's pretty much what you have to do. It'll take 2 queries. There's no Move Record query.
Reply