G
Guest
Hi
I am wanting to "display only" the key contact for an organisation. I have
used the expression below which works well but on occassions there is more
than one contact for an org. My question is - can I get the expression to
display multiple contacts OR how do I get a DLookUp query to search for the
2nd or 3rd etc contact?
TIA
=DLookUp("OrgContact","ContactsOrg","ContactID = " & [ContactID])
=DLookUp("OrgPosition","ContactsOrg","ContactID = " & [ContactID])
I am wanting to "display only" the key contact for an organisation. I have
used the expression below which works well but on occassions there is more
than one contact for an org. My question is - can I get the expression to
display multiple contacts OR how do I get a DLookUp query to search for the
2nd or 3rd etc contact?
TIA
=DLookUp("OrgContact","ContactsOrg","ContactID = " & [ContactID])
=DLookUp("OrgPosition","ContactsOrg","ContactID = " & [ContactID])