I have three fields on a form and the same three are stored in the table. There is
1)Actual
2)Estimated
3)Estimated time to complete
I want to put times in the first two text boxes and in the third box I want the value of ([Estimated]-[Actual])to appear. The value that appears in this third text boxes, has to be stored in the table. If I use the control source property, how do I do the calculation and store the value in the table.
1)Actual
2)Estimated
3)Estimated time to complete
I want to put times in the first two text boxes and in the third box I want the value of ([Estimated]-[Actual])to appear. The value that appears in this third text boxes, has to be stored in the table. If I use the control source property, how do I do the calculation and store the value in the table.