Selecting multiple choices in a field

R

rbenghiat

I would like to create a Field "Topics" and have a selection of medical
specialities from which to choose "Cardiology, Allergy, Neurology.." But, I
want the user to have the ability to choose more than one topic, so in a
query, I can have it ask the user "which topic" and have the record come up
under all the topics chosen on the form.

can one select multiple lines on a drop down box? should I put my topic
choices in a separate table? I feel like this shouldn't be that hard, but
I'm stuck -

thanks!
 
M

mscertified

Your topic choices definitely should be in a separate table and to allow
choosing more than one, you need a ListBox (not a combo box) with the
Multiselect property set to YES.

Look up this property in Access Help since your next problem will be how to
determine what the user selected.

-Dorian
 

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