Greeting
I need your help
I have problem to update previous entries of a Customer with Current Record of same Customer. my Table is as under
CustId. PrevBill. Afterduedate. date
If a customer pay his last bill then all the previous Entries of the Same customer must be changed = 0
I am using MDB
PrevBill = DMax("[AfterdueDate]", "[bill]", "[custNO]='" & [CustNo] & "'")
It is working but when a bill is paid. Then second time its bring the old value of any Record of the Customer as prevbill
If a customer pay his last bill then all the previous entries of the same must be = 0
any Idea.
Thanks