I have some fields in a database that were created just as one column. If there are various options then they were written with a comma seperating them
i.e. a column may contain
qwe,rty,uio,asd,fhhj
I can pull this out of the database no problem with rs("allows"), is it possible to create a dropdown of these so that from the column the page displays
<option>qwe</option>
<option>rty</option>
<option>uio</option>
<option>asd</option>
<option>fhhj</option>
Thanks folks
i.e. a column may contain
qwe,rty,uio,asd,fhhj
I can pull this out of the database no problem with rs("allows"), is it possible to create a dropdown of these so that from the column the page displays
<option>qwe</option>
<option>rty</option>
<option>uio</option>
<option>asd</option>
<option>fhhj</option>
Thanks folks