S
Stan Michel
Hi, I've a table of clients an all the different products (P) they bought.
Account P1 P2 P3 P4 ...
Client1 2 0 1 0
Client2 0 0 1 1
Client3 0 3 0 0
Client4 0 1 1 1
.....
I'll analyse the cross selling within the products. Therefore access should
identify all possible combinations of products (P1 & P2, P1 & P3; P2 & P3 &
P4 etc.). Later I will count how many clients bought P1 and P2, P1 and P3 etc.
Has someone any idea how to do this automatically ?
Thanks
Stan
Account P1 P2 P3 P4 ...
Client1 2 0 1 0
Client2 0 0 1 1
Client3 0 3 0 0
Client4 0 1 1 1
.....
I'll analyse the cross selling within the products. Therefore access should
identify all possible combinations of products (P1 & P2, P1 & P3; P2 & P3 &
P4 etc.). Later I will count how many clients bought P1 and P2, P1 and P3 etc.
Has someone any idea how to do this automatically ?
Thanks
Stan