Hi All
I have two tables one is my all customer table, which has my customer number ,customer name, with no sales in it.
My other table is my sales table which also has customer number, customer name, invoice number, invoice date, and amount.
There is only one relationship customer # in my customer table, and customer number in my sales table.
What I would like to accomplish is to be able to see by Month what customers had sales and what customers did not have sales I don’t want to use my customer number from my sales table, because my sales table only has customer # that have sales in it
if I grab my customer number from my customer table and the total invoice amount from my sales table I will not see which customers had no sales
I have a table called calendar but the problem is that my customer table has no column that has anything to do with dates
Any help is appreciated
I have two tables one is my all customer table, which has my customer number ,customer name, with no sales in it.
My other table is my sales table which also has customer number, customer name, invoice number, invoice date, and amount.
There is only one relationship customer # in my customer table, and customer number in my sales table.
What I would like to accomplish is to be able to see by Month what customers had sales and what customers did not have sales I don’t want to use my customer number from my sales table, because my sales table only has customer # that have sales in it
if I grab my customer number from my customer table and the total invoice amount from my sales table I will not see which customers had no sales
I have a table called calendar but the problem is that my customer table has no column that has anything to do with dates
Any help is appreciated