M
Meanwhile
Guest
I need help. I have tried all types of queries to no avail.
I have 2 tables
table Activity - contains training codes with dates that employees have trained on
fields: EmpID, EmpJobCode, TrainingCode, DateTrained
table ReqTraining - contains all training codes required per job code
fields: EmpJobCode, TrainingCode
I want a listing of all required training codes for a single job code and I want the date trained if that training code is in the Activity table.
Sounds simple but GRRRRR....
THanks in advance if someone can help me
I have 2 tables
table Activity - contains training codes with dates that employees have trained on
fields: EmpID, EmpJobCode, TrainingCode, DateTrained
table ReqTraining - contains all training codes required per job code
fields: EmpJobCode, TrainingCode
I want a listing of all required training codes for a single job code and I want the date trained if that training code is in the Activity table.
Sounds simple but GRRRRR....
THanks in advance if someone can help me