D
DW
If you have a main form and sub form, and if updating the data in the subform
causes related data in the main form to change after a macro procedure, how
do you get the data in the main form to update? The underlying query has
parameters, so I don't want to re-run the query during an update, because
that would force the user to re-enter the parameters every time the recordset
is updated.
causes related data in the main form to change after a macro procedure, how
do you get the data in the main form to update? The underlying query has
parameters, so I don't want to re-run the query during an update, because
that would force the user to re-enter the parameters every time the recordset
is updated.