Y
Y Liu
I am trying to write a SQL expression in a query that will return the full
name of a contact (ContFName + ContLName, or first name and last name) only
if the contact is the default contact for the company (or the
DefaultForCompany field is True).
Is this the correct SQL expression:
DefaultContName: ContFName & " " & ContLName if DefaultForCompany=True
name of a contact (ContFName + ContLName, or first name and last name) only
if the contact is the default contact for the company (or the
DefaultForCompany field is True).
Is this the correct SQL expression:
DefaultContName: ContFName & " " & ContLName if DefaultForCompany=True