C
CJ
Hi Groupies
I have the following code attached to an After Update event so that
when I make a change to a value in a subform, other subs on the parent
update.
DoCmd.Echo False
DoCmd.OpenQuery "qdelWeightCapture"
Me.Parent.Requery
DoCmd.OpenQuery "qappWeightCapture"
Me.Parent.Requery
DoCmd.Echo True
However, if I attach the same code to a Delete event on the subform
although the queries run, the subforms do not update and reflect the
new values after I delete a record?
One subform just shows #Deleted# the other doesn't change at all.
I have confirmed that the queries both run.
I have the following code attached to an After Update event so that
when I make a change to a value in a subform, other subs on the parent
update.
DoCmd.Echo False
DoCmd.OpenQuery "qdelWeightCapture"
Me.Parent.Requery
DoCmd.OpenQuery "qappWeightCapture"
Me.Parent.Requery
DoCmd.Echo True
However, if I attach the same code to a Delete event on the subform
although the queries run, the subforms do not update and reflect the
new values after I delete a record?
One subform just shows #Deleted# the other doesn't change at all.
I have confirmed that the queries both run.