John
I've got a pretty good idea of what you are doing, but I think you are going about it the wrong way.
Using ADO/DAO is the way I would do it, and it's the way I've done this sort of thing in the past.
Since you already have the SQL for your queries all you really need is the code to connect to the database(s).
That's actually quite straightforward, here's some sample code for connecting to an accdb databse.
Once you have the connection you can execute your UPDATE/DELETE queries.
While you have the connection open you can execute all the queries you want and once you are finished you close the recordset and connection.
Bookmarks