If this is your first visit, be sure to check out the FAQ by clicking the link above.
You may have to register before you can post: click the register link above to proceed.
To start viewing messages, select the forum that you want to visit from the selection below.
I have a combobox that I would like when the selectedindex value changes then another dataset is filled based on that value. I'm new to mysql and I can't find any documentation that explains what I'm trying to do. If someone could please help me with this I'd really appreciate it. Thanks in advance.
In the onchange event of the comboboz, execute the select tbe query which will select the recoreset based on the value of the selectedindex's value. And then populate the other elements using that recordset.
BTW what is the scripting language that you are using..?