I have a main form and a subform. The main form has a SAVE command button as I do not allow automatic updates on it. But, when I tab or click in the subform, any changes that I made to the main form are automatically saved. I tried to handle this by putting some code in an event that would be triggered when the user went from the main form to the subform. I tried the OnLostFocus and the OnDeactivate events of the main form but that didn't work. I can't seem to figure out what events are triggered when the user moves from the main form to the subform. Is this the best way to handle this or is there another way to prevent the automatic updating of the main form when switching to the subform? Thanks much for any help.