Avatar of Karl001
Karl001
Flag for Canada asked on

multiple value selected in a combo box

I use a combo box as a filter.

          stFiltInstNo = "[idInstitution] = " & Me.filtInstNo & " AND "
          …
         Me.Filter = stFiltrer
         Me.FilterOn = True
   
 I would like to select multiple values in the combo box.

I tried to use MultiValued Field (MVF), but I don’t know how to extract values.
How can extract the values?

Is there a better way to do it?

Thanks
Microsoft Access

Avatar of undefined
Last Comment
Karl001

8/22/2022 - Mon
ASKER CERTIFIED SOLUTION
Simon

THIS SOLUTION ONLY AVAILABLE TO MEMBERS.
View this solution by signing up for a free trial.
Members can start a 7-Day free trial and enjoy unlimited access to the platform.
See Pricing Options
Start Free Trial
GET A PERSONALIZED SOLUTION
Ask your own question & get feedback from real experts
Find out why thousands trust the EE community with their toughest problems.
Dale Fye

You cannot perform multiple selections in a combo box.  You must use a listbox, or could use a subform in either continuous or datasheet format.  These later examples will involve some additional code, but are much more flexible.
Karl001

ASKER
Hi Dale,

Which "later examples"?

thanks
SOLUTION
Helen Feddema

THIS SOLUTION ONLY AVAILABLE TO MEMBERS.
View this solution by signing up for a free trial.
Members can start a 7-Day free trial and enjoy unlimited access to the platform.
See Pricing Options
Start Free Trial
GET A PERSONALIZED SOLUTION
Ask your own question & get feedback from real experts
Find out why thousands trust the EE community with their toughest problems.
Karl001

ASKER
Thanks
This is the best money I have ever spent. I cannot not tell you how many times these folks have saved my bacon. I learn so much from the contributors.
rwheeler23