I
iamnu
CoName Table has a CompanyName field.
Contacts Table has the name of a Contact, and a MainContact field (yes/
no).
So the SQL statement would include CompanyName, Contact and
MainContact.
I want to display (list) those CompanyNames which do not have a
MainContact.
How do I make this calculation?
Contacts Table has the name of a Contact, and a MainContact field (yes/
no).
So the SQL statement would include CompanyName, Contact and
MainContact.
I want to display (list) those CompanyNames which do not have a
MainContact.
How do I make this calculation?