S
Slej
I created a Union Query that prompts for three parameters:
1. Retailer Name
2. Distribution Center
3. Division
When I run the query just as a query, it works perfectly fine but when I try
to run the report based on this query, the three prompts show up as they
should BUT when I click the button to open the report, I get an error message
saying the query is too complex.
I don't understand how that can be if it runs smoothly when the query is run
just as itself and not as the source for the report. I'm guessing there must
be something in the report that is causing this but I can't figure out what
it could be.
A little background: prior to creating the union query, the report ran fine
when the query was a regular Select query and only existing stores were
included. I had to modified the query to include New Stores not just
Existing Stores (the purpose of the query is to create Pick Sheets for
Distribution Centers). The two types of stores (new and existing) CANNOT be
included in one table (long story - trust me on this one!), therefore, I
created a second query to extract New stores and built the Union query to
combine the results with the Existing stores query.
Thank you for any help.
1. Retailer Name
2. Distribution Center
3. Division
When I run the query just as a query, it works perfectly fine but when I try
to run the report based on this query, the three prompts show up as they
should BUT when I click the button to open the report, I get an error message
saying the query is too complex.
I don't understand how that can be if it runs smoothly when the query is run
just as itself and not as the source for the report. I'm guessing there must
be something in the report that is causing this but I can't figure out what
it could be.
A little background: prior to creating the union query, the report ran fine
when the query was a regular Select query and only existing stores were
included. I had to modified the query to include New Stores not just
Existing Stores (the purpose of the query is to create Pick Sheets for
Distribution Centers). The two types of stores (new and existing) CANNOT be
included in one table (long story - trust me on this one!), therefore, I
created a second query to extract New stores and built the Union query to
combine the results with the Existing stores query.
Thank you for any help.