I have a form (frmSpecialBilling) which has a sub form (sfSpecialBilling) on it. To add a new record on the main form, all I have to do is write the code - DoCmd.GoToRecord acDataForm, "frmSpecialBilling", acNewRec. That work great. However, it don't seem to work on the subform. I have 2 combo boxes that I used to select my choice of fields. I am able to add a new record to the sub form using a record set. I am wondering if it can be done easier like on the main form. Thanks in advance for your help.