P
phuser
I have a Mainform "Payments" in this form I have 2 unbound fields, "chqdate"
and "chqnum" the subform contains all the unpaid invoices. the AfterUpdate
field in the Subform is the AmountPaid. It does update the fields but the
data isnt updated correctly,
this is what I have for the AfterUpdate Event
Private Sub PaymentAmount_AfterUpdate()
PaymentDate = chqdate
ChequeNumber = chqnum
End Sub
What else do I need to do?
and "chqnum" the subform contains all the unpaid invoices. the AfterUpdate
field in the Subform is the AmountPaid. It does update the fields but the
data isnt updated correctly,
this is what I have for the AfterUpdate Event
Private Sub PaymentAmount_AfterUpdate()
PaymentDate = chqdate
ChequeNumber = chqnum
End Sub
What else do I need to do?