PDA

Click to See Complete Forum and Search --> : drop down - recordsets


JohnSmith
May 12th, 2004, 07:32 PM
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?

mendhak
May 13th, 2004, 09:51 AM
Use the OnCHange event to update the value in the textboxes.