Hi
I have table A with a list of Work Instruction references (WIREF) and a Issue number (ISSNO).
I have Table B wth employees and they too have a Work Instruction (empWIREF) and Issue number (empISSNO).
I want to check if the Work instruction Issue has changed since the employee was trained
check:
WIREF = empWIREF and ISSNO <> empISSNO for all records in table B
How can i do this?
Thanks
I have table A with a list of Work Instruction references (WIREF) and a Issue number (ISSNO).
I have Table B wth employees and they too have a Work Instruction (empWIREF) and Issue number (empISSNO).
I want to check if the Work instruction Issue has changed since the employee was trained
check:
WIREF = empWIREF and ISSNO <> empISSNO for all records in table B
How can i do this?
Thanks