I have drop down list box and when you click on the list box I have my text box containg the vaklue of the rs("f1").. How Can i get the rs("f2" and rs("F3") values from the list box?
Printable View
I have drop down list box and when you click on the list box I have my text box containg the vaklue of the rs("f1").. How Can i get the rs("f2" and rs("F3") values from the list box?
Use the OnCHange event to update the value in the textboxes.