how do I save a data page calculated value?

J

Jim Wyse

I'm trying to design a data access page, where it sums the values of several
fields, then saves the total to another field in the table. I can get the Sum
function OK, but I cannot get it to save back to the table. I am trying toi
add various value to create an invoice total.
 
Top