I have created a form that displays, in labels, information based upon the user's selection from a combobox and allows to edit, delete and create a new record in another form from textboxes(VB.Net 2003). I have a single table and I am storing the information in a dataset and then bind the information to Labels. Within the table I have several columns that contain an "X" based upon whether or not a record matches the columns criteria, otherwise it is left blank. Please note the database columns are not and will not be setup to be in a Yes/No format.
To sum up this is what I want to do:
1- Based upon a user's selection from the combobox the corresponding checkbox for each column containing an "X" should be checked - not sure how to go about this
2 - During the editing if a user checks a checkbox then I want the information sent back to the database to represent an "X" for checked and blank for not checked. - not sure how to go about this
Any help will be greatly appreciated.
Start Free Trial