C
Closemofo
Hello,
I have a table "Datas" with two fields "Customer" and "Type".
For each field "Customer", the field "type" can be different.
I wish to create a Query which would give me for each customer
the percent per Type.
Table : Datas
Customer1 Type2
Customer1 Type1
Customer1 Type3
Customer2 Type2
Customer3 Type3
Customer4 Type1
....
Result Query --->
Type1 Type2 Type3
Customer1 20% 20% 60%
Customer2 30% 30% 40%
....
Thank you for your assistance
Yves
I have a table "Datas" with two fields "Customer" and "Type".
For each field "Customer", the field "type" can be different.
I wish to create a Query which would give me for each customer
the percent per Type.
Table : Datas
Customer1 Type2
Customer1 Type1
Customer1 Type3
Customer2 Type2
Customer3 Type3
Customer4 Type1
....
Result Query --->
Type1 Type2 Type3
Customer1 20% 20% 60%
Customer2 30% 30% 40%
....
Thank you for your assistance
Yves