Soundsmith
Programmer
When Adding a new parent record, I also must add a new child (all parents must have at least one child.)
The Primary key on the main form is a foreign key in the child records on the subform. When adding a new parent,I create a record in the child table with this key and a couple of other pre-fill items for the child. The user needs to add further information on the child record to complete the transaction.
I have a button on the subform that will open the child record for editing in a different form. How can I call this sub ("cmdEditTrans_click" from the main form? David 'Dasher' Kempton
The Soundsmith
The Primary key on the main form is a foreign key in the child records on the subform. When adding a new parent,I create a record in the child table with this key and a couple of other pre-fill items for the child. The user needs to add further information on the child record to complete the transaction.
I have a button on the subform that will open the child record for editing in a different form. How can I call this sub ("cmdEditTrans_click" from the main form? David 'Dasher' Kempton
The Soundsmith