I am running a query.
I have a list of Products people have bought. I want to know information on two products. products 443 AND 444.
I want to know out the people that purchased these two products what else did they purchase in previous years.
my table columns is as follows.
Product number, Customer Number, Purchase code (Code 'R' Represents all products that were purchased this year, and Code A Represents all products that were purchased in previous years).
Product number 443 and or 444 will have a purchase code of R. I want to find out what else they purchases (which could be R or A).
If anyone can help that would be greatly appreciated!!!! Thanks.
I have a list of Products people have bought. I want to know information on two products. products 443 AND 444.
I want to know out the people that purchased these two products what else did they purchase in previous years.
my table columns is as follows.
Product number, Customer Number, Purchase code (Code 'R' Represents all products that were purchased this year, and Code A Represents all products that were purchased in previous years).
Product number 443 and or 444 will have a purchase code of R. I want to find out what else they purchases (which could be R or A).
If anyone can help that would be greatly appreciated!!!! Thanks.