I have one Table titled Audits.
From this one Table I have created two forms Audit (main) and SubAudit (Sub).
Main Form-field names are Unique ID and Date.
Sub Form-field names are Call Date Correct, Correct Part, and Correct Description.
On the main form I have a command button that opens the subform to enter records.
The problem I am having is that when I enter multiple records under the subform it is not entering the Unique ID and Date for all the records entered in the subform...
Here is what I am trying to accomplish if the Unique ID is 106 and the Date is 12/2/2008 and I click the command button to open the subform and enter 4 records I want the underlying table to reflect Unique ID 106 and Date 12/2/2008.