K
krini_pop
Hello,
I have a many to many relationship between the employee table and
skills table. I have a main form based on the employee table and a
subform based on the junction table. There is a combo box on the
subform that displays the skill name instead of the id from the
junction table. I can add, delete, and modify records just fine. The
issue I am having is that each skill has a different level associated
with it. The level is in the skill table. So I updated the record
source for the combo box in the subform to put in a where clause (e.g.
where level_id=1). That shows the records, but it displays them like
this...
Name Jane Doe
Skills C++
<This is an empty combo box because there is another
skill that's for Jane Doe with a different level.>
Java
How do I keep that from happening? I only want the user to be able to
add and modify skills of a certain level.
Thank you
Trina
I have a many to many relationship between the employee table and
skills table. I have a main form based on the employee table and a
subform based on the junction table. There is a combo box on the
subform that displays the skill name instead of the id from the
junction table. I can add, delete, and modify records just fine. The
issue I am having is that each skill has a different level associated
with it. The level is in the skill table. So I updated the record
source for the combo box in the subform to put in a where clause (e.g.
where level_id=1). That shows the records, but it displays them like
this...
Name Jane Doe
Skills C++
<This is an empty combo box because there is another
skill that's for Jane Doe with a different level.>
Java
How do I keep that from happening? I only want the user to be able to
add and modify skills of a certain level.
Thank you
Trina