I have a macro that consists of several queries. I am looking to have it run through all the queries based on records in a table. (i.e., run all the queries from the 1st record in the table, then all the queries using the 2nd record in the table, etc.)
Is this do-able?