G
Guest
Have a table with the following fields
strCustomerNam
strCustomerPhoneNumbe
strLineOfBusines
ysnClai
ysnRate
ysnCoverag
ysnServic
ysnServiceAgen
ysnServiceHomeOffic
ysnServiceClaim
ysnBilling
ysnOthe
the fields with prefix ysn are types of customer concern (6 types of Customer concern). If the customer concern are service related, then three yes or no fields ysnServiceAgen
ysnServiceHomeOffic
ysnServiceClaim
are provided for further selection
The reason I treat it as check box is it is likely that a customer concern is both claim related and service related, or both rates related and billing related. In a word, It is a multiple selection problem
But problem happens when I try to report them. I want to know the percentages of the customer concern and draw a chart on the report. Because there is overlapping (ex: a concern is both claim related and service related), I don’t know how to deal with it. I don’t want to list all possible combination of customer concerns. I don’t even know how to run a query that gives me the number of concerns by types of concern. Please help! Thanks
strCustomerNam
strCustomerPhoneNumbe
strLineOfBusines
ysnClai
ysnRate
ysnCoverag
ysnServic
ysnServiceAgen
ysnServiceHomeOffic
ysnServiceClaim
ysnBilling
ysnOthe
the fields with prefix ysn are types of customer concern (6 types of Customer concern). If the customer concern are service related, then three yes or no fields ysnServiceAgen
ysnServiceHomeOffic
ysnServiceClaim
are provided for further selection
The reason I treat it as check box is it is likely that a customer concern is both claim related and service related, or both rates related and billing related. In a word, It is a multiple selection problem
But problem happens when I try to report them. I want to know the percentages of the customer concern and draw a chart on the report. Because there is overlapping (ex: a concern is both claim related and service related), I don’t know how to deal with it. I don’t want to list all possible combination of customer concerns. I don’t even know how to run a query that gives me the number of concerns by types of concern. Please help! Thanks