R
Rockn
I have created a table based on two queries to get a list of the records I
want to delete in another table called purge.
I would like to create a form with a button coded to loop through the
records in the purge table and delete records in another table where the PK
in that table matches the field in the purge table.
Do I need to create two different recordsets, one for the ount of records in
the purge table and increment through it deleting records in the other table
with each loop?
Thanks
want to delete in another table called purge.
I would like to create a form with a button coded to loop through the
records in the purge table and delete records in another table where the PK
in that table matches the field in the purge table.
Do I need to create two different recordsets, one for the ount of records in
the purge table and increment through it deleting records in the other table
with each loop?
Thanks