I have an application that works great when I'm only using text boxes for adding information to a record. However, when I try to bind the check boxes to a data set, I get strange results. I have bound the control using the Checked property in the DataBindings section. When I try to add a record, the text box displaying the data set's position is updated, but I can't get to the record to add any information. Has anybody else experienced this?