Yes, that is what I'm trying to do. I put the following code in, but its not working:
Iff(DCount("WCAccountName","WCInfoT","WCAccountName=ICBusName")>0, "Same Name", "")
It keeps telling me "Compile Error: Expected: ="
Where WCAccountName is in the table WCInfoT, and I'm comparing...