I have a form with an adodc that is connected to a access database. In the form activate method it is setup for a new record each time the form is loaded(adodc.recordset.addnew). It is connected to several textboxes and checkboxes. The textboxes work as they should but the checkboxes still display the information in the first record of the database. I used a regular datacontrol before and this worked fine. Thanks for any help.