We have created a form with a subform in our database. The subform is related to the mainform via a TransactionID. The subform is a continuous form used to enter products being bought by a customer. When we first enter the form we have focus set to the first field in the subform because this is where the information is going to be entered. The problem that occurs is that when we get to the end of the record in the subform and tab out, it won't let us save the record because it needs a record to be saved in the main form which it is linked to. The only way we can get this to work is if we click in a field in the main form then return to the subform to enter the product. By doing this, the main form record is saved to its table and thus the subform record will then save. Is there anyway to get around this?? Any help would be appreciated.