laniganb320
New Member
- Joined
- Jan 30, 2020
- Messages
- 1
- Office Version
- 365
- Platform
- Windows
We have 100+ customers that we are including in a report; we have to run a query for each customer, and they each have their own criteria that will be used.
I’m trying to create a macro that will:
I’m trying to create a macro that will:
- Update the criteria used in the query to Like "*Customer 1*"
- Run the query for the first customer
- Update the criteria to Like "*Customer 2*"
- Run the query again
- Update the criteria to Like "*Customer 3*"
- Etc.