G
Grant
I have three tables. Here's a brief example of what's in them.
Table1 has 100 PartNumber records, plus cost. PartNumber,Cost
Table2 has Customer2 sales by PartNumber, 45 records. PartNumer,Sales
Table3 has Customer3 sales by PartNumber, 75 records. PartNumer,Sales
What I have done is created a relationship from Table1 PartNumber to
Customer2PartNumber & to Customer3PartNumber.
I then created a query to return
Table1_PartNumber,Customer2Sales,Customer3Sales. Lastly I used the
"Expression Builder" and added Customer2Sales+Customer3Sales. I wanted a
column that shows combined sales for Customer2 and Customer3. This works
only if the same PartNumber recored appears in both Customer tables. I
wanted to see a combined sales for both Customers. If Customer2 has sales of
a PartNumber and the Customer3 has no record in the table how can I still
get how can get a combined total.
Appreciate and help.
Table1 has 100 PartNumber records, plus cost. PartNumber,Cost
Table2 has Customer2 sales by PartNumber, 45 records. PartNumer,Sales
Table3 has Customer3 sales by PartNumber, 75 records. PartNumer,Sales
What I have done is created a relationship from Table1 PartNumber to
Customer2PartNumber & to Customer3PartNumber.
I then created a query to return
Table1_PartNumber,Customer2Sales,Customer3Sales. Lastly I used the
"Expression Builder" and added Customer2Sales+Customer3Sales. I wanted a
column that shows combined sales for Customer2 and Customer3. This works
only if the same PartNumber recored appears in both Customer tables. I
wanted to see a combined sales for both Customers. If Customer2 has sales of
a PartNumber and the Customer3 has no record in the table how can I still
get how can get a combined total.
Appreciate and help.