G
Guest
I have tried everything I can think of to make this work....I have a list of
employees that need to be matched up with an employment status. I cannot
just add it to my table because it is linked to other employee databases that
I do not have authority to change. I don't know what else to try, the
following all works with the exception of the OR portion. The employee
#00091277 just keeps defaulting to RFT, like it is skipping the OR statement
and evaluating it as false.
EmpStatus: IIf([Update RFT Employee #]![Employee]="00091360" Or [Update RFT
Employee #]![Employee]="00091277","Miscellaneous","RFT")
employees that need to be matched up with an employment status. I cannot
just add it to my table because it is linked to other employee databases that
I do not have authority to change. I don't know what else to try, the
following all works with the exception of the OR portion. The employee
#00091277 just keeps defaulting to RFT, like it is skipping the OR statement
and evaluating it as false.
EmpStatus: IIf([Update RFT Employee #]![Employee]="00091360" Or [Update RFT
Employee #]![Employee]="00091277","Miscellaneous","RFT")