I have a form set to split form view. The split form has two fields displayed. The main form has all fields displayed. I have a VBA routine defined so that when I change contents of the combo box title field it requeries the form and setfocus to a field displayed on the main form. All works fine if I am on the main form as all fields are showing. However, if I do the same on the split form view it errors out as the field into which I want to set focus is not displayed on the split form view. I want this to work either way as I will not be the only user. I have tried Forms!f_Techniques.SetFocus followed by Forms!f_Techniques.form.narrative.setfocus but can not get the focus back to the main form from within VBA. Is there specific syntax to reference the main form verses the split form? Thank you in advance for any assistance offered.