jnixon
04-22-2002, 02:01 PM
I have 3 different queries pulling from the same table. The reason I used 3 different ones was because I want to sum up some fields under 3 different criteria. I was going to just sort and group on a report, but I can't total it the way I want to, so I thought it would be easier to have the query do it before it hits the report. Anyway, I want to make a final query to pull the three into one so I can put this out to a single report. I would do several subreports but this gets difficult when you need to total up even more info.
Each of the three queries has only one field in common, which is a field that is user-input and filtered through each query under its individual criteria. Several calculations take place in these queries and you end up with 4 calculated fields per query. I want to have 3 rows and 4 columns in the end. But, every time I try to put the three queries on one, it will run but returns no data! These queries work fine by themselves. Can someone help me make this work?
Whew! That was a lot! http://www.access-programmers.co.uk/ubb/smile.gif Hope it's enough info.
Each of the three queries has only one field in common, which is a field that is user-input and filtered through each query under its individual criteria. Several calculations take place in these queries and you end up with 4 calculated fields per query. I want to have 3 rows and 4 columns in the end. But, every time I try to put the three queries on one, it will run but returns no data! These queries work fine by themselves. Can someone help me make this work?
Whew! That was a lot! http://www.access-programmers.co.uk/ubb/smile.gif Hope it's enough info.