C
capri
Guest
Hi,
I have a table with a number of activities. I have another table that lists employees.
I have created a form with a combo box so that the person doing the input can assign an activity to an employee. That part works fine. However occasionally more than one employee will be responsible for the same activity. Usually not more than 3 employees to one activity. I even setup an employee called "not assigned" so I would have that option.
If I try and add 2 more similar combo boxes, so that the person doing the input can indicate if more than one person is assigned to the activity, it doesn't work. If I select John Doe in the first combo box, then John Doe is automatically selected in each of the other 2, which is not what I want.
Can anyone tell me what I am doing wrong or how I should approach solving this problem?
Thanks.
I have a table with a number of activities. I have another table that lists employees.
I have created a form with a combo box so that the person doing the input can assign an activity to an employee. That part works fine. However occasionally more than one employee will be responsible for the same activity. Usually not more than 3 employees to one activity. I even setup an employee called "not assigned" so I would have that option.
If I try and add 2 more similar combo boxes, so that the person doing the input can indicate if more than one person is assigned to the activity, it doesn't work. If I select John Doe in the first combo box, then John Doe is automatically selected in each of the other 2, which is not what I want.
Can anyone tell me what I am doing wrong or how I should approach solving this problem?
Thanks.