D
Don
Hello - I created this IIF function to evaluate a field
called Record_ID. I want to assign each record to a group
if it falls into a certain range. When I run the query
that contains this IIF function all my values are
Assigned to "Group A" Is there something wrong with my
syntax?
IIf([Record_ID]>0<=2000,"Group A",IIf([Record_ID]
Thanks
Don
called Record_ID. I want to assign each record to a group
if it falls into a certain range. When I run the query
that contains this IIF function all my values are
Assigned to "Group A" Is there something wrong with my
syntax?
IIf([Record_ID]>0<=2000,"Group A",IIf([Record_ID]
C",IIf([Record_ID]>=4001<=5000,"Group D","NA"))))=2001<=3000,"Group B",IIf([Record_ID]>=3001<=4000,"Group
Thanks
Don