Wrox Home  
Search P2P Archive for: Go

  Return to Index  

access thread: Calculations


Message #1 by "Christopher Mohr" <cmohr@b...> on Wed, 20 Feb 2002 17:11:13
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
Message #2 by Walt Morgan <wmorgan@s...> on Wed, 20 Feb 2002 11:47:07 -0600
Chris,



rst.field("Field2HoldTheSum) = Val(frmName.Textbox1) + val(frmName.Textbox2)

rst.update



Something like this should work.



Walt






  Return to Index