selecting multiple answers from a drop down box

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

Guest

Is it possible to select more than one answer from a drop down box in Access
XP? For example: If I ask what steps in HIA do you use? and the answers are
screening, scope, appraisal, etc. How can I selected more than one answer
without replacing the previously selected one?

Thanks.
Kelly
 
Kelly,

I'm afraid this is not possible in a combo box. You canm only do that in
a listbox, if you set its multi-select property to Simple or Extended;
the only downside (to some) is it can only be read through VB code wehn
multi-select is enabled.

HTH,
Nikos
 

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