G
Guest
I have the current query which works:
Dental Status: IIf([IMRDental Age Month] ="9","90 Days or < Before DentalDue
Notification",IIf([IMRDental Age Month]="12","Annual Dental Exam
OverDue",IIf([IMRDental Age Month]="16","Mbr At Risk of 4T Profile after Next
UTA")))
However, I want to modify the query to incorporation a range for example:
Any guidance would be appreciated.
Thanks in advance.
Dental Status: IIf([IMRDental Age Month] ="9","90 Days or < Before DentalDue
Notification",IIf([IMRDental Age Month]="12","Annual Dental Exam
OverDue",IIf([IMRDental Age Month]="16","Mbr At Risk of 4T Profile after Next
UTA")))
However, I want to modify the query to incorporation a range for example:
= 9 and <=12
=13 and ,=15
=16
Any guidance would be appreciated.
Thanks in advance.