Hello everyone,
I'm trying to include two queries in a report. According to the Report Wizard, this can be done. However, when I try I keep getting
"You have chosen fields from record sources which the wizard can't connect. You may have chosen fields from a table and from a query based on that table. If so, try choosing fields from only the table or only the query."
Is there any way to have two queries separate and unrelated to each other in a report? I don't want to do a subreport, because calculations are done in the other fields. Basically, what I'm trying to do is have one query count the total records and the other query count the number of lets say records that do not contain "Detroit". If I use a where command in the query, it will select only the records that do not contain "Detroit" So, only those records will be counted if I put this all in one query. Sometime like this;
Total Records City
20 5
I hope I'm in the right forum. I wasn't sure if it should be here are the SQL forum. Any assistance will be apreciated.
I'm trying to include two queries in a report. According to the Report Wizard, this can be done. However, when I try I keep getting
"You have chosen fields from record sources which the wizard can't connect. You may have chosen fields from a table and from a query based on that table. If so, try choosing fields from only the table or only the query."
Is there any way to have two queries separate and unrelated to each other in a report? I don't want to do a subreport, because calculations are done in the other fields. Basically, what I'm trying to do is have one query count the total records and the other query count the number of lets say records that do not contain "Detroit". If I use a where command in the query, it will select only the records that do not contain "Detroit" So, only those records will be counted if I put this all in one query. Sometime like this;
Total Records City
20 5
I hope I'm in the right forum. I wasn't sure if it should be here are the SQL forum. Any assistance will be apreciated.