|
-
Dec 18th, 2006, 09:47 AM
#1
Thread Starter
Addicted Member
How to add DB fields to list and textboxes..
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???
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|