C
catherine
I have two tables: tblTraining and tblInfo.
In tblTraining, I have historical data (i.e trainings that
have already been taken) and in tblInfo, I have current
data of what training is needed. For example:
In tblTraining, I have TeacherNo and Training
5 Weather
In tblInfo, I have TeacherNo and 1, 2, and/or 3 Trainings
5 Weather, Organisms, Chem
What I would like to do is query this info so that it
would show TeacherNo: 5 needs Organisms and Chem (not
Weather since that has been done). Is this possible?
Thanks again.
In tblTraining, I have historical data (i.e trainings that
have already been taken) and in tblInfo, I have current
data of what training is needed. For example:
In tblTraining, I have TeacherNo and Training
5 Weather
In tblInfo, I have TeacherNo and 1, 2, and/or 3 Trainings
5 Weather, Organisms, Chem
What I would like to do is query this info so that it
would show TeacherNo: 5 needs Organisms and Chem (not
Weather since that has been done). Is this possible?
Thanks again.