jdraw, maybe I could have phrased my statement better - when I said Access doesn't support multiple statements in a single batch, I was referring to the fact that you cannot do something like this:
db.Execute _
"INSERT INTO a (b, c) VALUES (1, 2); " & _
"INSERT INTO a (b, c) VALUES (3, 4)...