assuming some event kicks off the calculation....
e.g., some control is updated? lets call it txtCtrl1
and you want txtCtrl2 automatically updated with the calculation,
put in the AfterUpdate event for txtCtrl1 l the following:
me!txtCtrl2.value = 1+1
1+1 being your calcuation.
Richard wrote:
Quote:
the result from a calculation in a form (new Record will not update the
table. Non arithemtic values will update. Can you help??? |