I have created a report that pulls 3 values from a query: AgentName, ReviewDate, and SumO. The query itself is filtered by value "Manager" from a dropdown in a subform.
Running the report (either through the subform or manually) works fine. However each time I also get pop ups asking me to enter the values ODate & 6Month.
Neither of these values are in the query being pulled.
However the query does pull from another query that has both of those values. I'm just hitting enter and leaving the two pop ups blank, and the report is pulling up just fine.
What do I need to do to make those pop ups stop?
The report is coming out looking fine, it is just looking for more data than I need it to. (Those values in the pop up are used to calculate SumO, and SumO is calculating perfectly fine without me entering anything into them)