G
greg
Can someone see something wrong here?
I have a form that has a control [lbrEntry]. On that form
is a subform ([frmLbrPaid]).
[lbrEntry] is my labor entry and my subform shows sum of
entries. I want the subform to include current
[lbrEntry]. I have placed the following code in
[lbrEntry]:
Private Sub lbrEntry_AfterUpdate()
Me.frmLbrPaid.Form!SumLabor.Requery
End Sub
Leaving the entry field does not update the [SumLabor] on
my subform. However, closing and reopening the form does.
Seems like a requery issue, but how so? I cannot figure
it out.
Please help,
Thanks.
I have a form that has a control [lbrEntry]. On that form
is a subform ([frmLbrPaid]).
[lbrEntry] is my labor entry and my subform shows sum of
entries. I want the subform to include current
[lbrEntry]. I have placed the following code in
[lbrEntry]:
Private Sub lbrEntry_AfterUpdate()
Me.frmLbrPaid.Form!SumLabor.Requery
End Sub
Leaving the entry field does not update the [SumLabor] on
my subform. However, closing and reopening the form does.
Seems like a requery issue, but how so? I cannot figure
it out.
Please help,
Thanks.