Subform and Combo Box

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hi. I have 2 tables. 1 table is employee information the 2nd table is
Project plus employee tied to that project. I have a form that shows project
numbers. I want to put a subform into this form to be able to select
multiple employees for the project using a combo box pull down. Is this
possible? TIA!
 
By design, comboboxes are single select. You'll need to use a listbox to get
multiselect capabilities.
 
... 2 tables. 1 table is employee information
the 2nd table is Project plus employee tied
to that project. I have a form that shows project
numbers. I want to put a subform into this
form to be able to select multiple employees
for the project using a combo box pull down.
Is this possible? TIA!

If you want to use a Combo Box to select one employee on each line in a
continuous forms view Subform, yes you could. And, from your description,
that seems to be what you want to do.

As Doug pointed out, Combo Boxes do not have a multiselect property as do
List Boxes, but it doesn't make much "database sense" to put all the
employees in the same record.

Larry Linson
Microsoft Access MVP
 

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

Back
Top