Don't do it. If you have all the raw data already in your existing table, you never add calculated values to the table. If those values can be calculated, you can do the calculations in a report, or show the calculations on a form, but just don't store them in the table. You can create a query...