On my form, I have several calculated fields
([Field3] = [field1] * [field2]). I want to store the results into a table. What is the best way to store the value into a table without clicking a save record button?
Right now I have the following code behind a save record button Me.ProcessCost = [Total Part Process Cost].Value. But I do not want them to have to click the save button.
THANKS!!!!!!!!
([Field3] = [field1] * [field2]). I want to store the results into a table. What is the best way to store the value into a table without clicking a save record button?
Right now I have the following code behind a save record button Me.ProcessCost = [Total Part Process Cost].Value. But I do not want them to have to click the save button.
THANKS!!!!!!!!