AGoodGuy
Programmer
- Aug 16, 2011
- 32
I have a query that I created. I have two fields that I matched from the queries: 26 Daily Policies Expired.PolicyNumber and 03 Renewal Offer Analysis.Policy Number. If the policy number is showing for 26 Daily Policies Expired.PolicyNumber and not showing for 03 Renewal Offer Analysis.Policy Number I want it to say "No Match".
In my query I have this: IIF([26Daily Policies Expired.PolicyNumber]<>[03Renewal Offer Analysis.Policy Number],"No Match")
It is not giving me what I need. In other words if the column is blank I want it to show "No Match". Of course if the two fields match then the policy number for both fields will show....any suggestions??
In my query I have this: IIF([26Daily Policies Expired.PolicyNumber]<>[03Renewal Offer Analysis.Policy Number],"No Match")
It is not giving me what I need. In other words if the column is blank I want it to show "No Match". Of course if the two fields match then the policy number for both fields will show....any suggestions??