Uh, combo boxes don't allow multi-item selection; only list boxes do
(and even then you can't store the multiple selections in a single bound
field, because that would violate the rule of field "atomicity"). What
are you trying to do?
I agree with Rick Brandt, insofar as I understand your description.
This is information that should be stored in a related table and
displayed in a subform. You could conceivably use code behind a single,
unbound combo box on the main form to add an entry to the related table
(and requery the subform) every time a selection is made in the combo
box, but that's a matter of user-interface design, not data structure.
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.