![]() |
Sergey Kornilov admin 1/14/2005 |
Preston, |
|
501136 1/14/2005 |
Thank you very much for such a thorough and prompt reply. Your application is outstanding. |
|
501137 1/14/2005 |
It blows up on me. Here's the error. The tblDeceased is the HoldingTable that I want to dump the records to. Is there something else I need to do? |
|
Pete M 1/14/2005 |
Sorry to butt in here |
|
501138 1/15/2005 |
You'd think that I would need to change the strTableName, but if you look at the rest of the code, I don't think that's the case. Anybody else have any ideas about how to move the records to the holding table and then delete from the main table? |
![]() |
Sergey Kornilov admin 1/16/2005 |
Preston, |
P
|
Preston author 2/2/2005 |
When I cut and paste the code, it works great to create the table and blow the records into it before they are deleted--but it works only once. The next time I want to delete the records, it gives the error that the HoldingTable already exists. So I think I need to have something with an INSERT INTO SQL. |