Combining calculated values from two queries. (1 Viewer)

ia04

New member
Local time
Today, 00:34
Joined
Aug 23, 2006
Messages
7
I have created two queries which calculates a total. I want to add the values of the two queries in a third query to give me a grand total.

When I try to create this third query, it gives me an error saying that the fields cannot be used from two different queries. So I'm just wondering whether this is possible or is there any other way of doing this.

Thanks.

ia.
 

mhartman

Dr. Data
Local time
Today, 00:34
Joined
Jun 5, 2006
Messages
442
Hello

In Access, In order to do this, your tables that your queries are based on have to be related some how. When this is accomlished you can then make a query based on these two queries.
'
As an alternative, you may want to construct a Sql query using the UNION command.
Regards
Mark
 

Users who are viewing this thread

Top Bottom