I have a data entry form called "frmAddDependant" and it is opened with a button with the VB code line:
DoCmd.OpenForm "frmAddDependant", , , , acFormAdd, , Me.ID
Well, "frmAddDependant" then opens and I can add the new entry and it shows up as a new record in the appropriate table. The...