I have three phone numbers for a particular organization...and the entire detail is repeated for each unique number...how can I tweak this to just show the primary number (field PrimaryNum with value 1) and thus one entry per company?
I thought this would work:
=IIf([DataOrgPhone]![PhonePrimary]="1",[DataOrgPhone]![PhoneNumber],"")
but it doesn't!
and yes, I am a noob
I thought this would work:
=IIf([DataOrgPhone]![PhonePrimary]="1",[DataOrgPhone]![PhoneNumber],"")
but it doesn't!
and yes, I am a noob