W
Wei
I have a table with two fields:
Policy Number and Coverage.
For each policy number, there are several records with
different coverages.
Example:
Policy Number Coverage
PP123 CL
PP123 CM
PP123 BI
PP124 BI
PP124 AP
PP124 UM
PP124 OP
"CL" and "AP" cannot exist for the same policy at the same
time. Now, for each policy, I want to check whether it has
a coverage called "CL" or "AP".
How should I do this in a query?
Thanks a lot...
Wei
Policy Number and Coverage.
For each policy number, there are several records with
different coverages.
Example:
Policy Number Coverage
PP123 CL
PP123 CM
PP123 BI
PP124 BI
PP124 AP
PP124 UM
PP124 OP
"CL" and "AP" cannot exist for the same policy at the same
time. Now, for each policy, I want to check whether it has
a coverage called "CL" or "AP".
How should I do this in a query?
Thanks a lot...
Wei