P
PatT123
I have tried IIf is null, NZ and several other functions. I still get #error
in the results of my query. Any ideas?
MgrLvl: IIf([OrgSupeIndexCCode]![LinkSupe] Is
Null,"E",IIf(Right([OrgSupeIndexCCode]![LinkSupe],5)>60000,"S",IIf(Right([OrgSupeIndexCCode]![LinkSupe],5) Between 1 And 60000,"M","E")))
MgrLvl:
IIf(Right(NZ([OrgSupeIndexCCode]![LinkSupe],"00000"),5)>60000,"S",IIf(Right(NZ([OrgSupeIndexCCode]![LinkSupe],"00000"),5) Between 1 And 60000,"M","E")))
MgrLvl:
IIf(Right(NZ([OrgSupeIndexCCode]![LinkSupe],0),5)>60000,"S",IIf(Right(NZ([OrgSupeIndexCCode]![LinkSupe],0),5) Between 1 And 60000,"M","E")))
Any other ideas?
in the results of my query. Any ideas?
MgrLvl: IIf([OrgSupeIndexCCode]![LinkSupe] Is
Null,"E",IIf(Right([OrgSupeIndexCCode]![LinkSupe],5)>60000,"S",IIf(Right([OrgSupeIndexCCode]![LinkSupe],5) Between 1 And 60000,"M","E")))
MgrLvl:
IIf(Right(NZ([OrgSupeIndexCCode]![LinkSupe],"00000"),5)>60000,"S",IIf(Right(NZ([OrgSupeIndexCCode]![LinkSupe],"00000"),5) Between 1 And 60000,"M","E")))
MgrLvl:
IIf(Right(NZ([OrgSupeIndexCCode]![LinkSupe],0),5)>60000,"S",IIf(Right(NZ([OrgSupeIndexCCode]![LinkSupe],0),5) Between 1 And 60000,"M","E")))
Any other ideas?