Multivalued items in combobox in Access 2003

L

Lilian

Hi!
Do somebody knows how to create multi valued items in combobox in Access 2003?
Best regards,
Lilian
 
L

Lilian

Hi!
I mean multiselect property of combobox/listbox in Access 2003. Do you know
how to save multiselected values. When I closed the form everything that was
seleced on the combobox disappeared. I wrote the code on open form procedure
but this doesn't help.
Do you have some suggestions about it?

Best regards,
Lilian

"Linq Adams via AccessMonster.com" skrev:
 
L

Linq Adams via AccessMonster.com

There is no Multi-Select Property for Comboboxes. This Property is only
available for Listboxes.

In order for a Combobox value, once selected, to show when you return to the
record, the Combobox has to be bound to a field in the underlying table.

The same goes for a Listbox , but it can only be bound to a field in the
underlying table if Multi-Select is set to No. A Listbox has no Value
Property if Multi-Selct is set to Simple or Extended.

To do something like this using Multi-Select, after having initially made
your selections, you'd have assign the selections to fields in your record,
by loop thru the multiple selections.
 

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