Trevor G
Registered User.
- Local time
- Today, 03:51
- Joined
- Oct 1, 2009
- Messages
- 2,363
I am not sure if this is the correct syntex as I am receiving errors, what I am trying to achive is to check policy numbers in to different systems to see if they match, and also having to check the year to see they both have the same year in the 2 systems, if both parts match then show a field contents called MI_Ref else show nothing. I have the following so far
Expr1: IIf([ztbl_PI_Prog_Ref_Char.POLICY REF]=[qryPI_July_to_Sept_from Comb.POLICY REF] , IIf([UWYEAR]=[Underwriting Year],[MI_Reference]),"")
I get the #Error or if I change it to another operator I see nothing
Expr1: IIf([ztbl_PI_Prog_Ref_Char.POLICY REF]=[qryPI_July_to_Sept_from Comb.POLICY REF] , IIf([UWYEAR]=[Underwriting Year],[MI_Reference]),"")
I get the #Error or if I change it to another operator I see nothing