I am trying to write a query to find all the Rows with common data in these fields:[DataSource], [AccessLevel],[AccessCap]. There is another field named [EEID]. It is a text datatype and represents a unique ID for a person. What I'm trying to do is group all the [DataSource], [AccessLevel], [AccessCap] that is common for All the [EEID]s that I want to use as criteria. There could be many. Basically, the [EEID] matches a [JobTitle] so I'm trying to select all EEIDs that have the same [JobTitle] and then find what [DataSource], [AccessLevel], [AccessCap] that they all have in common. (and then maybe what they each have that is not in common.)