I've run into a minor roadblock, there is a workaround, I'd just prefer not to have to use it. I want to run 19 queries off of a master query but only ask the user to enter the date "[]" once.
I realize this is not going to be an elegant structure, its more of a bumbling brute force design, but here's the current structure:
Base query - asks for date []
19 querys - each runs off the base query and has a different person's name specified
19 reports - one off of each of the 19 querys
Macro - Has 19 sendobjects which will e-mail each individualized report to the 19 seperate people and their supervisor.
***
Everything works, even if its about as far from elegant as it can be, however when the macro is run the user must enter the request date 19 times. If there is a way I would really prefer that the user only has to enter the date once.
I know this will open 19 mail messages, but the computers are capable of dealing with this so I'm not worried about that part.
Thank you ahead of time for any suggestions
I realize this is not going to be an elegant structure, its more of a bumbling brute force design, but here's the current structure:
Base query - asks for date []
19 querys - each runs off the base query and has a different person's name specified
19 reports - one off of each of the 19 querys
Macro - Has 19 sendobjects which will e-mail each individualized report to the 19 seperate people and their supervisor.
***
Everything works, even if its about as far from elegant as it can be, however when the macro is run the user must enter the request date 19 times. If there is a way I would really prefer that the user only has to enter the date once.
I know this will open 19 mail messages, but the computers are capable of dealing with this so I'm not worried about that part.
Thank you ahead of time for any suggestions