Please start any new threads on our new
site at https://forums.sqlteam.com. We've got lots of great SQL Server
experts to answer whatever question you can come up with.
| Author |
Topic |
|
joemama
Posting Yak Master
113 Posts |
Posted - 2007-05-03 : 14:06:00
|
| I have a form type "list" that I want to allow people the option of selecting more that one from the dropdown menu. It works fine and writes ID or ID's into the field as expected. if one selection from the dropdown is selected it will write "5"if multiple are selected it will write "5,32,2"so far so goodbut now i have to be able to query that field against another table to return the description of each5 = arizona tech5,32,2 = arizona tech,NYU,UCLAis there a way to do it? |
|
|
jsmith8858
Dr. Cross Join
7423 Posts |
|
|
joemama
Posting Yak Master
113 Posts |
|
|
|
|
|