iowabuckmaster
Technical User
This works.
Bingo: IIf([LicenseType]="7","Yes",
IIf([LicenseType]="8","Yes","No"))
This does NOT, returns #error for the field value.
Days Rec to Issue or Reject:
IIf([issue_date] Is Not Null,[Date Info Rec]-[issue_date],
IIf([reject_date] Is Not Null,[Date Info Rec]-[reject_date],"No Dates Entered"))
If I put in a literal value intead of [Date Info Rec]-[reject_date] in the 2nd IIF it will return the No Dates Entered when neither field has a date in it. Why is that?
I have looked and researched this too long. Any insight would be greatly aprreciated.
"I'm just glad I had my bow in hand, from the time I saw him till he was down was about 45 seconds!" Nov. 1st 157 7/8 Typ
Bingo: IIf([LicenseType]="7","Yes",
IIf([LicenseType]="8","Yes","No"))
This does NOT, returns #error for the field value.
Days Rec to Issue or Reject:
IIf([issue_date] Is Not Null,[Date Info Rec]-[issue_date],
IIf([reject_date] Is Not Null,[Date Info Rec]-[reject_date],"No Dates Entered"))
If I put in a literal value intead of [Date Info Rec]-[reject_date] in the 2nd IIF it will return the No Dates Entered when neither field has a date in it. Why is that?
I have looked and researched this too long. Any insight would be greatly aprreciated.
"I'm just glad I had my bow in hand, from the time I saw him till he was down was about 45 seconds!" Nov. 1st 157 7/8 Typ