Hi

I have to add data of a db ( db.mdb ) to a combo dropdown list ( cmbdrop ).. The table is "order" in db.mdb and field is "id"..

So when the prog is run the list is populated with ID field.. Now when i click on a particular list item.. the corresponding values of that row of table have to show in some txtboxes.. for eg if a particular data field "buy" and "sell" are associated with the field "ID " their value should show on txtbuy.text and txtsell.text automatically when that ID is chosen..

How can i code this???