J
Jeremy Weiss
I've got a table that contains the fields: amountowed, amountpaid, and
balanced. I've got a form that shows this information and I've set it up so
that when the amountpaid field is changed it subtracts the amountpaid from
the amountowed and display's it in the balanced field. Unfortunately it
doesn't save what is displayed back to the table. It does, however, save the
changes to the amount paid field. I'm assuming my problem is that the
balanced field in the form is showing an expression as it's control scorce
so it's technicely unbound. But when I bind it to the right field in the
table I can't get it to update anymore.
Anyone know of a way to update fields 'on the fly' and still have the
calculated value saved to the underlying table?
-jeremy
balanced. I've got a form that shows this information and I've set it up so
that when the amountpaid field is changed it subtracts the amountpaid from
the amountowed and display's it in the balanced field. Unfortunately it
doesn't save what is displayed back to the table. It does, however, save the
changes to the amount paid field. I'm assuming my problem is that the
balanced field in the form is showing an expression as it's control scorce
so it's technicely unbound. But when I bind it to the right field in the
table I can't get it to update anymore.
Anyone know of a way to update fields 'on the fly' and still have the
calculated value saved to the underlying table?
-jeremy