Well at least i think that is what i am trying to achieve
my initial IIF statement is working fine ans i have put it in bold down below but i am looking for a way to implement another condition as if i was using an "Else If " or something that will look to another row and if mobilised = "NO" i wish to just enter the total from call handling. :banghead:
(E) Call Handling: IIf(IsNull([(E) Call Taking]),[Call Handling],[(E) Call Taking]) And IIf([Mobilised])= "NO",[Call Handling],[(E) Call Taking])
my initial IIF statement is working fine ans i have put it in bold down below but i am looking for a way to implement another condition as if i was using an "Else If " or something that will look to another row and if mobilised = "NO" i wish to just enter the total from call handling. :banghead:
(E) Call Handling: IIf(IsNull([(E) Call Taking]),[Call Handling],[(E) Call Taking]) And IIf([Mobilised])= "NO",[Call Handling],[(E) Call Taking])