Hi. I have a table with AgentID and AgentName fields. Each AgentID is unique. Depending on who does the data entry, sometimes they put different names in for the AgentName, ie...
AGENTID AGENTNAME
0000200 PURVIS INSURANCE AGENCY INC
0000200 PURVIS, PHILLIP L
I want to make a query where it finds those Agents that have the same number but their name is different. Does this make sense? Can someone help with a query? I usually use the design grid to make queries as I don't know SQL well.
AGENTID AGENTNAME
0000200 PURVIS INSURANCE AGENCY INC
0000200 PURVIS, PHILLIP L
I want to make a query where it finds those Agents that have the same number but their name is different. Does this make sense? Can someone help with a query? I usually use the design grid to make queries as I don't know SQL well.