DesertTrip,
That's a new twist that was not pertinent to MontyGee's question. I can think of several ways to take care of that problem. Without knowing the details of how your tables and forms are functioning, I would tell you to change the query design such that the criteria for each query comes from unbound controls on an open form, and that before your report runs, you need to get the date and worker number from your user and store them in those controls.
Depending on how your system is calling for the report to open, the simplest way is to present the user with an Inputbox that is stored to a control for the date and then another one for the worker number.
Then, as each of the queries is run for the report, it will get the date and worker number off the form.
Hope that helps.