FancyPrairie
Programmer
I have a form with a subform. For each record in the form, the subform can have 0 to many records. When the user moves to a record in the form, I want the subform to automatically goto a new record. But the user must still have the option of viewing the other records that may exist in the Subform. Therefore, the DataEntry property can not be used.
I have tried setting focus to a control on the subform, and then issuing the docmd.GotoRecord,,acNewRecord command.
But, a new record is added to the form not the subform. This is a very simple thing to do, but I'm drawing a blank as to how to do it.
I have tried setting focus to a control on the subform, and then issuing the docmd.GotoRecord,,acNewRecord command.
But, a new record is added to the form not the subform. This is a very simple thing to do, but I'm drawing a blank as to how to do it.