I have a check box on my form that I want to modify a certain value in a tables data. That isn't the hard part necessarily, the problem comes in when I need multiple check boxes on me table that all correspond to the same table, but different records in it.
My example is i have my table
|TableID|
|YesNoValue|
I have my form which creates a bunch of theses records in the table for the different check boxes, and my question is, how do i make the check boxes only correspond with their record in the table? When I change their data binding, its only generally for the YesNoValue in the table, but not specifically which row. Can anyone help me? I have a feeling there is a tutorial for this kind of thing maybe, although Google was fruitless for me. Thanks
My example is i have my table
|TableID|
|YesNoValue|
I have my form which creates a bunch of theses records in the table for the different check boxes, and my question is, how do i make the check boxes only correspond with their record in the table? When I change their data binding, its only generally for the YesNoValue in the table, but not specifically which row. Can anyone help me? I have a feeling there is a tutorial for this kind of thing maybe, although Google was fruitless for me. Thanks
Last edited: