E
Esther
I have a database with a table 'Employees' and a table 'Skills'. I want a
form on which each employee can select his skills. That can probably be done
with a combo box on a form. However, it should of course be possible for an
employee to select multiple skills ;-)
I have tried setting the MultiSelect property of the combo box to Simple and
Extended, but I have not succeeded in storing the selected skills in a
table. How can that be done?
Thanks for any help,
Esther
form on which each employee can select his skills. That can probably be done
with a combo box on a form. However, it should of course be possible for an
employee to select multiple skills ;-)
I have tried setting the MultiSelect property of the combo box to Simple and
Extended, but I have not succeeded in storing the selected skills in a
table. How can that be done?
Thanks for any help,
Esther