I have a Main Form (Single Form View) and a Subform (Continuous Form View) with a Command Button on the Main Form. In the Subform, I have set default values in the detail so that when a new line appears, the form is immediately Dirty. In this state, the command button in the Main Form is disabled. If the user hits ESC, then the Dirty symbol (pencil) on the left goes away and the command button is enabled. However, I want to enable the command button without the user hitting ESC. Any way to do this? Thanks, Eddie