P
PeteCresswell
Seems tb retuning an empty string or Null, no matter what:
=IIf([LadderRoleID]=0,"(none)",IIf([LadderRoleID]=1,"Ladder
Parent",IIf([LadderRoleID]=2,"Ladder Child of SecurityID " &
[SecurityID_LadderParent],"ERROR")))
I put a field right next to it, w/.ControlSource=LadderRoleID and I
see values of 0, 1, and 2 there.
So I'm pretty sure that LadderRoleID isn't Null.
??
=IIf([LadderRoleID]=0,"(none)",IIf([LadderRoleID]=1,"Ladder
Parent",IIf([LadderRoleID]=2,"Ladder Child of SecurityID " &
[SecurityID_LadderParent],"ERROR")))
I put a field right next to it, w/.ControlSource=LadderRoleID and I
see values of 0, 1, and 2 there.
So I'm pretty sure that LadderRoleID isn't Null.
??