Hello,
I have a list of people that I am looking to export a report to excel about for each of them separately. I have already done this for a set number of people, but I had to create a lot of queries and I need a way to alter my code so that if I add more people, the code will still be the same.
I have a query that contains all the information I am trying to export and the specific report I want to export can be found by simply filtering for the person's name (which I have another separate query where I have their name and unique ID number). Is there a way to loop through my query with all the information where every time it loops, it filters by a different name? I don't know if this is possible and i've been trying for a while to get this.
If you have any ideas of how to make this easier it would be much appreciated.
Thank You
I have a list of people that I am looking to export a report to excel about for each of them separately. I have already done this for a set number of people, but I had to create a lot of queries and I need a way to alter my code so that if I add more people, the code will still be the same.
I have a query that contains all the information I am trying to export and the specific report I want to export can be found by simply filtering for the person's name (which I have another separate query where I have their name and unique ID number). Is there a way to loop through my query with all the information where every time it loops, it filters by a different name? I don't know if this is possible and i've been trying for a while to get this.
If you have any ideas of how to make this easier it would be much appreciated.
Thank You
Comment