Hi All,
I would like to return the account type if three scenarios are met:
1. If the [CustTypeID] = 1 and [CCNo] = "N/A" the result should be: Account File.
2. If the [CustTypeID] = 2 and [CCNo] = "N/A" the result should be: Facility File.
3. If the [CustTypeID] = 2 and [CCNo] <> "N/A"...