I have a form with various fields bound to a table called {AuditData}. One field in particular is [SerialNo]. I have a subform (bound to table {AuditDetail}) on this particular form where there is a child field called [SerialNo] as well. The subform field populates when [SerialNo] is entered on the main form. The problem that I'm having is that it IS NOT creating a new record in the table {AuditDetail}. The only other field on the subform is one with a default value which is obviously already populated. When I save the record, {AuditData} shows the new record based on the values of the form, but {AuditDetail} has no entry at all. I'm missing something. Both the main form and the subform are set to Data Entry and to allow additions/edits. I don't know where to look next.