Mojeaux
05-12-2006, 12:15 AM
Hi,
Desparately need your assistance. Is it possible to return results from an access db in an array?
I have a function that connects to Access97 and the select/query statement returns a list of values. I can 'response.write' them in html, but need them to be in a combo box.
I was thinking of having the array populate the combo box, but I'm missing a step. How do I get the results into the array? Could I use a variable? If so, would I need to parse for each option?
I know ASP/VBscript/etc... would be much easier, but these are not an option for me.
Thank you!:)
Desparately need your assistance. Is it possible to return results from an access db in an array?
I have a function that connects to Access97 and the select/query statement returns a list of values. I can 'response.write' them in html, but need them to be in a combo box.
I was thinking of having the array populate the combo box, but I'm missing a step. How do I get the results into the array? Could I use a variable? If so, would I need to parse for each option?
I know ASP/VBscript/etc... would be much easier, but these are not an option for me.
Thank you!:)