Can someone help me out.
I want to use default values for some checkboxes. Is use the following example in order to accomplish this:
Me.CheckBox20.Checked = True
Though the form has a databinding with an Access database and when I use Updatedataset, the checked values of the textboxes aren't stored within the database.
How can resolve this problem?
Ries.
