selecting multiple answers from a drop down box

K

kelly

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
 
N

Nikos Yannacopoulos

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
 
Top