opening a subform to "add record" view

  • Thread starter Thread starter Jerry Crosby
  • Start date Start date
J

Jerry Crosby

I have a form/subform setup. One-to-Many relationship.

The source object of the subform is initially set to nothing (blank).

I have a command button that on click opens the subform (i.e., set the
source object to the subform).

All that is working fine, but I want it to open the subform in the "add a
new record" view. In other words, I want it to open up showing blank
fields, ready and happy to accept new data for a new record.

Ideas?

Thanks.

Jerry
 
Is the recordset of the subform updatable? If it isn't, you won't get the
ability to add a record.
 
Back
Top