Hello,
I have the following four fields (plus many others) in a table: ClientID ProviderID Dateof ProcID
I need a query the reveals if a client (ClientID) was seen by two different providers (ProviderID) on the same date (Dateof). It is a large table with more than 300k entries so ordering by client then date and running through it visually is too much. If they were seen by two different providers on the same date then I need to list that information including the procedures that occurred (ProcID) so corrections can be made to a billing code for billing purposes.
Thanks,
Mark