Employee Select

0
Hi everyone, I'm trying to design an employee selector and I'm having some issues with selecting the employee multiple times. I have 9 different boxes that I need to use the same database 'Employee' for but they need to have different values at the moment if I change one they all change. Any ideas on how to achieve this using combo boxes?
asked
3 answers
0

Hi Charlie,

Could you please share your domain model?

I am not sure but i think you are using same attribute in all 9 combo boxes.

 

answered
0

image.pngDomain model

answered
0

I have resolved the issue by establishing nine associations between the two entities.

answered