How do I retrieve the value of a selected item in a dropdown listbox? I would like to use this value as a parameter to refresh a recordset. Is there a find method that I could use with the rs dtc? When a user selects a name from this list box, I would like other text boxes on the page to display other fields from the same rs. I have tried both static client and server side cursors, as well as dynamic and keyset cursors on the server side.