access thread: Calculations
I am trying to add multiple unbound boxes using DAO, but I want the total to be saved into a table. I do not want to calcualate on the form itself. Is this possible? Chris
Chris,
rst.field("Field2HoldTheSum) = Val(frmName.Textbox1) + val(frmName.Textbox2)
rst.update
Something like this should work.
Walt
|





