Hi,
I have six fields in an access table, ID, num1, num2, num3, num4 and sum where ID is the primary key and all the other fields are intergers.
In last field sum, I want to store the sum of corresponding values of fields num1, num2, num3 and num4. This is an example, I have to do something like this, I just want to know how a calculated amount of different fields can be stored in a new field.
Thanks
