Hello,
I am trying to write a query, I have 3 tables, 2 with the same field names and the only difference on the 3rd, is that there is no month field.
What I am trying to do is to
(Table1.dollars - Table2.dollars)+Grssdl.dollars
the problem is that Table2 sometimes might have more category thatn Table1 or other times Table1 more than Table2
so I am a bit confused in how to go about writing this query
Table1 Table2 Grssdl
month month class
class class category
category category dollars
dollars dollars
Any help is much appreciated!!!
I am trying to write a query, I have 3 tables, 2 with the same field names and the only difference on the 3rd, is that there is no month field.
What I am trying to do is to
(Table1.dollars - Table2.dollars)+Grssdl.dollars
the problem is that Table2 sometimes might have more category thatn Table1 or other times Table1 more than Table2
so I am a bit confused in how to go about writing this query
Table1 Table2 Grssdl
month month class
class class category
category category dollars
dollars dollars
Any help is much appreciated!!!