J
JoeA2006
I am trying to create a query that will show values from two tables
regardless of which table supplies a value and which supplies the null. The
two tables have a common fields- Category and Amount. The Category values
should match a corresponding record in the other table if one exists. The
dollar amount does not always match. The result of the query should look like
this
Category AmountA AmountB
A $$$.$$ $$$.$$
B $$$.$$
C $$$.$$
D $$$.$$ $$$.$$
Is it possible to do a Left and Right join in the same query or is this be
performed another way?
regardless of which table supplies a value and which supplies the null. The
two tables have a common fields- Category and Amount. The Category values
should match a corresponding record in the other table if one exists. The
dollar amount does not always match. The result of the query should look like
this
Category AmountA AmountB
A $$$.$$ $$$.$$
B $$$.$$
C $$$.$$
D $$$.$$ $$$.$$
Is it possible to do a Left and Right join in the same query or is this be
performed another way?