I have two fields: text field ( actually its a currency in SC terminology) and a dropdown list ( select field).
what i want to do is when the amount in the text field changes, i populate the select field (dropdown list) based on the text amount ie.
return users whose amount is greater than the amount in the text field.
i know how to execute the sql and return the results and i know i have to do it in the ajax event (onAmount_change). what i dont know is how to change/repopulate the select field programmatically! any help?