A
Alex
I have two tables.
Table1
Products
Distributors
Credit
Table2
Products
Distributors
Debit
Before we resolved the problem to get all Products and
Distributores from Table1 and matched ones from Table2 to
get [Credit]-[Debit].
But, I've just known that some distributors from Table2
may not match with Table1. But, I need them all with minus
[Debit].
I'm thinking to create qry1 to get and group all products
and distributors from Table1 and do the same as qry2 with
Table2 assigning minus to [Debit]. Then, create union qry
grouping Products and Distributors, and naming Credit and
Debit as one column and Sum it.
Please, advise if it's a good approach for this case.
Thanks in advance.
Table1
Products
Distributors
Credit
Table2
Products
Distributors
Debit
Before we resolved the problem to get all Products and
Distributores from Table1 and matched ones from Table2 to
get [Credit]-[Debit].
But, I've just known that some distributors from Table2
may not match with Table1. But, I need them all with minus
[Debit].
I'm thinking to create qry1 to get and group all products
and distributors from Table1 and do the same as qry2 with
Table2 assigning minus to [Debit]. Then, create union qry
grouping Products and Distributors, and naming Credit and
Debit as one column and Sum it.
Please, advise if it's a good approach for this case.
Thanks in advance.