racerrunner
Registered User.
- Local time
- Yesterday, 20:01
- Joined
- May 29, 2005
- Messages
- 32
Hi all,
I've 5 fields in the form.
Field1 outstanding amount
Field2 current amount
Field3 amount to pay
Field4 paid amount
Field5 Amount Pending
Hwever, only field1 is being stored in the table.
my question is how do i update field1?
i.e
outstanding amt: $25
current amt:$37
amt to pay:$62
paid amt:$30
amt pending:$32
the amt pending will overwrite the outstanding amt after i click on next record. Therefore, when i open the form the next time, the outstanding amt should be $32 instead of $25. Does anyone know how to do it? Or is it possible to do this? Thank you.
I've 5 fields in the form.
Field1 outstanding amount
Field2 current amount
Field3 amount to pay
Field4 paid amount
Field5 Amount Pending
Hwever, only field1 is being stored in the table.
my question is how do i update field1?
i.e
outstanding amt: $25
current amt:$37
amt to pay:$62
paid amt:$30
amt pending:$32
the amt pending will overwrite the outstanding amt after i click on next record. Therefore, when i open the form the next time, the outstanding amt should be $32 instead of $25. Does anyone know how to do it? Or is it possible to do this? Thank you.