chuchuchui
Technical User
Hello, I work for an insurance company and I'm trying to select clients whose policies have more than one agent. All the information is located within our Policies table. The Policies.CLIENTS_ID column contains the numeric representation of our clients. The Policies.PROD1 contains the id for our agents. The Policies.CLIENTS_ID is listed each time there is a policy. First I'm assuming that I group by Policies.CLIENTS_ID but I'm not sure how to go about comparing the clients records to return those who Policies.PROD1 do not match. I'm running Crystal Reports 8.5 in Windows 2000. Thank You