Subform New Record

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I have a form and subform. I want to have one cmd button that creates a new
record on the form and subform. New record for the form is easy even for me,
but I can not figure out the coding for subform. Any help.

Lamar
 
Lamar,
If you're looking at your subform, and you don't see a New record at the end of the
recordset, then your subform records are probably not "updateable", due to some
relationship problem between the main and sub, or a problem with your table design, or
AllowAdditions = No... etc...

A correctly related, "updateable" subform recordset will always display a new record.
 
Back
Top