your calculations should be done on a query, unless you know how to use code.
Example
10+10=20
first field is a number 10
second field is also a number 10
last = [field1]+[field2] 20
look in the northwind sample database from access, plenty of samples there
Dennis