Combo Boxes

M

Mike Edser

Got stuck on a small problem and grateful for any help/pointers in the right
direction.

I have a table of Employees and along with other fields have skillstype
fields which are yes/no and use a checkbox for each skilltypeon the form.
..
I have a combo box to select the employee and would like second one to
select one of their skilltype. As each employee has up to twelve skills I
would like to show in the second combobox only those skills that relate to
that employee only to reduce the combobox list size.

At the moment I have a a value list which shows all the skilltypes rather
than just the ones that they have.

Have tried the suggestion on the knowledge base with sychronising two
comboboxes but still lost
 
K

Ken Snell

Short of duplicately typing out what the KB article says you should do, it
would be easier for us if you show us what you've set up (code, form/combo
box setup, etc.). That way we can help pinpoint for you what may be wrong.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top