How do I create a column for multiple selections?

S

Sherry

I would like to create a column in my table to where I can go in, click on my
dropdown box to make a selection, but then I would like to go in that same
box and make another selection to add to the one I made earlier. I was
wondering if that can be done. Thank you in advance for your help!
 
D

Douglas J. Steele

No, it can't be done easily, and it shouldn't be done at all.

Storing multiple values in a single field is never a good idea: it makes
querying very difficult.
 
S

Sherry

Thank you for your reply!
--
Sherry Vinturella


Douglas J. Steele said:
No, it can't be done easily, and it shouldn't be done at all.

Storing multiple values in a single field is never a good idea: it makes
querying very difficult.
 
Top