How would I access more than one table in a database at once using VB's Data Control?

I know I have the option of "looping" through all tables, but this is a simple delete query, and I'd rather not waste time looping if I don't have to.

Thanks!