Does anyone have a good example of two dropdown boxes that will update their respective views from rows in a database? What I need to do is have the selected value of dropdownbox1 with values a,b,c,...(from column "letters")and dropdownbox2 with values 1,2,3...(from column "numbers") show "b" in dropdown1 and "2" in dropdown2. These values are from the same row in database. I also want this to happen on the fly - like with a "refresh" in real VB instead of a reload page button. Please - I know this has been done. Please share an example.