I have a query that used to filter clients by the dates they arrived for services. Now I would like to filter by the dates and the person who saw the client, but when I try it, all it does is print out all the clients within the two dates and replaces the person who actually saw them with the person I am inquiring about. What I need it to do is filter by date range, then filter by a second parameter, the person who saw the client. Also, I would like to avoid repeats in the print out. Thanks for your help.