Editing/Saving a record selected in a Listbox
Database
1
Posts
1
Posters
0
Views
1
Watching
-
Hello, I currently have a form and within this form there is a listbox control that is displaying data from a table. The fields within this table are records in other tables in the database. I want the user to be able to double click a record in the listbox and a for will open and it will have a drop down for each column in the record and the user will be able to change the value for that column via drop down boxes that have all possible values for that field. When they are done I want to take all their new selections for the fields of this record and save it back to the table. Can anyone give me any ideas or pointers. Thanks in advance! Frank Lepkowski cout << "Hello World!" << endl;