C
Cydney
Hi, I have a table that lists courses an employee has taken. I also have a
list of courses, when then expire and what their retraining course should be.
Now I need to determine if the employee has taken not only the original
course, but the retrained course when they're on separate lines.
So.. if he's taken course 123 which expires in 12 months. Then he takes
course 124. It shows in the list of courses that he's taken that 124 was also
completed. However, my flag just determines that 123 is expired. I need that
flag to not show if 124 has been taken.
Hope that's a complete enough explanation...
list of courses, when then expire and what their retraining course should be.
Now I need to determine if the employee has taken not only the original
course, but the retrained course when they're on separate lines.
So.. if he's taken course 123 which expires in 12 months. Then he takes
course 124. It shows in the list of courses that he's taken that 124 was also
completed. However, my flag just determines that 123 is expired. I need that
flag to not show if 124 has been taken.
Hope that's a complete enough explanation...