thanks mighty,
At last,the script works for both single and multiple selection.
But,it does not work without a selection.
See i have two list boxes as elements in the same html form,
and the user could choose to select values from one box ang to ignore the other box.
in this case i get the...
thanks for your answer
but i'm sad to say that the code still does not work with multiple selections.
the line
objRS1.MoveFirst
produces the error
"Either BOF or EOF is True, or the current record has been deleted. Requested operation requires a current record"
hi all,
the user selects from a list box in a html form in originating page.
I use his selection as a parameter in my target asp page,
in order to execute a MS Access 2000 query.
i.e when the user chooses "Rblt1" from the list box the variable "varRblt" gets the value...
hi,
i store the user selection from a list box, in a variable
and pass that variable as a parameter in my query.
i.e when the user chooses "Rblt1" from the list box the variable "varRblt" gets the value "Rblt1" and the query
sqltext="SELECT * FROM DBname...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.