How to cycle through items in Dropdown - selected or not

S

SK

I want to query the values in a dropdown, whether or not they are selected.
The following code, COLUMNS is the name of a dropdown. This code only
cycles through the selected items in the dropdown. How can I query all the
items in a dropdown, whether they are selected or not?

for pos = 1 to request("COLUMNS").count
.......
next

Thanks,

Sue
 

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

Top