Depends on how similar the queries are to each other. If they differ only in
table and filed names, you could set up a loop in VB code to construct each
query and execute it - provided you can formulate some logical rule on how to
generate the table names, field names and update values (eg. for every table
in the database, get the name of the Nth field and update it to zero).
Otherwise, setting up the arrays to drive this process could be more work
that just writing each query by hand and executing it.