I have a query that pulls together data from several sub-queries. One of the sub-queries may occasionally result in multiple records for the same person. At this point, we are not changing the database to prevent this. We do not want to prevent duplicate records - we need to see the duplicates. However, I would like to at least highlight duplicated names, to alert the users. How can I do this?
I've attached a picture of query output with fake names, and an example of two records for one person. I'd love to make the first and last name red, if it's duplicated. (In my picture, the rows are highlighted only because I've selected those rows by mouse.)
I've attached a picture of query output with fake names, and an example of two records for one person. I'd love to make the first and last name red, if it's duplicated. (In my picture, the rows are highlighted only because I've selected those rows by mouse.)