I have designed a form with an option group and two check boxes within this option group. The first box is checked by default, and when this is checked some boxes in the form are locked, it doesn't let you enter data, but if you check the other box, these boxes open up, and others lock so you cannot enter data there. There is no problem, except when I use a new record button to get to a new record. The form doesn't refresh itself, so it maintains the settings of the first record in the table that the form is linked to. So the right check box is checked, but the wrong boxes are unlocked. Is there any type of code that can refresh the form after you click the new record button?