I am having some problem trying to save a value in a calculated field to the database. Here is the information...
Database:
Field_A number
Field_B number
Field_C number
Form:
I have placed Field_A, Field_B, Field_C onto the form. I then opened the properties of Field_C and typed the following into Control Source: =[Field_A]+[Field_B]
When I type values into Field_A and Field_B, Field_C works as expected. The problem is when I close the form or enter a new record, the calculated value in Field_C on the form is not saved to the Field_C in the database.
I imagine this is something simple that I am not doing.
Help?
Adrian
Certified DBA/Developer
Database:
Field_A number
Field_B number
Field_C number
Form:
I have placed Field_A, Field_B, Field_C onto the form. I then opened the properties of Field_C and typed the following into Control Source: =[Field_A]+[Field_B]
When I type values into Field_A and Field_B, Field_C works as expected. The problem is when I close the form or enter a new record, the calculated value in Field_C on the form is not saved to the Field_C in the database.
I imagine this is something simple that I am not doing.
Help?
Adrian
Certified DBA/Developer