I need to Cascade update related records by opening a pop-up form from a sub-form. Can this be achieved using the following object & method: 'DoCmd.OpenForm...', via a command button?
I want to ensure that a foreign key value is updated in the pop-up form from the primary key value within the subform.
( - as an alternative to a 'subform of a subform' design).
I want to ensure that a foreign key value is updated in the pop-up form from the primary key value within the subform.
( - as an alternative to a 'subform of a subform' design).