Need help with this selection formula:
{PHONES.CUST_NUM} = {?Pm-CUST.ID} and
{PHONES.PHONE_TYPE} in ["", "O"]
My problem is that it is not including the phone numbers that don't have a type. I need it to select the OFFICE phone number which is "O" and if it has no type listed I need it to select that. Thanks
{PHONES.CUST_NUM} = {?Pm-CUST.ID} and
{PHONES.PHONE_TYPE} in ["", "O"]
My problem is that it is not including the phone numbers that don't have a type. I need it to select the OFFICE phone number which is "O" and if it has no type listed I need it to select that. Thanks