How do I create a column for multiple selections?

  • Thread starter Thread starter Sherry
  • Start date Start date
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!
 
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.
 
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.
 

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