Hi everyone,
I'm using an ADP Access 2002 fronted with SQL Server backend.
I have a Main form that displays Instructor records and a subform where employees add certifications
There are 3 types of certifications..
1 TSP
2 BSP
3 HSP
Instructors can be certified for any of these certifications and the certification status in the table can be either Active(1) or Inactive(2).
If an Instructor is already active(1) in say HSP, I would like to remove it from the combo box so it isn't selected again but if the Instructor is Inactive(2) in that particular certification I want to be able to select HSP.
Also I should tell you that an Instructor can have multiple records of the same certification with the status set to Inactive(2) but only one Active(1) record per certification.
How would I limit the row source of the combo box based on the Instructor having an active certification present?
I'm using an ADP Access 2002 fronted with SQL Server backend.
I have a Main form that displays Instructor records and a subform where employees add certifications
There are 3 types of certifications..
1 TSP
2 BSP
3 HSP
Instructors can be certified for any of these certifications and the certification status in the table can be either Active(1) or Inactive(2).
If an Instructor is already active(1) in say HSP, I would like to remove it from the combo box so it isn't selected again but if the Instructor is Inactive(2) in that particular certification I want to be able to select HSP.
Also I should tell you that an Instructor can have multiple records of the same certification with the status set to Inactive(2) but only one Active(1) record per certification.
How would I limit the row source of the combo box based on the Instructor having an active certification present?