Good afternoon,
I am trying to do an Iif in an Access table to determine how long a person has worked with the team, but I am getting an error "Expression not Supported for conversion" and I have no idea what this means.
Am I missing something basic?
thanks in advance
I am trying to do an Iif in an Access table to determine how long a person has worked with the team, but I am getting an error "Expression not Supported for conversion" and I have no idea what this means.
Am I missing something basic?
Code:
IIf([Experienced] Between 0 And 90,"0 - 3 Months",IIf([Experienced] Between 90 And 180,"3 - 6 Months", "Experienced"))
thanks in advance