R
Ruth
I have a number of tables:-
All Customer Name & Address Details
Account codes for Customers who purchased Product X
Annual Sales for all customers
Annual Credits for all customers
I want to produce a report which lists Customer Name and Address Details for
Customers who purchased Product X with their total turnover - which I want to
calculate by Annual Sales less Annual Credits.
The problem I have is that when I run a query it will only pull through
Customer Details for customers who purchased Product X who have an Annual
Sales value AND an Annual Credits value. Obviously not all customers will
have an annual credit value, so where they don't, they don't appear. I want
the report to list all Customers who bought Product X and where there were no
credits - to show zero.
Is there a simple way to achieve this???!
All Customer Name & Address Details
Account codes for Customers who purchased Product X
Annual Sales for all customers
Annual Credits for all customers
I want to produce a report which lists Customer Name and Address Details for
Customers who purchased Product X with their total turnover - which I want to
calculate by Annual Sales less Annual Credits.
The problem I have is that when I run a query it will only pull through
Customer Details for customers who purchased Product X who have an Annual
Sales value AND an Annual Credits value. Obviously not all customers will
have an annual credit value, so where they don't, they don't appear. I want
the report to list all Customers who bought Product X and where there were no
credits - to show zero.
Is there a simple way to achieve this???!