Adding formulas to tables

G

gjoneshtfc

Does anybody know how to insert formulas into tables? I have created a
database for a Car Sales company and on my main form, I entered the
'Profit' data field and then entered the following formula to calculate
the profit: =([Vehicle Sale Price]-[Cost Price]) This works but I want
the value to be entered into the main table as well as on the form and
it isn't. Does anyone know how I can do this please?

Thanks.
 
R

Rick B

As posted all the time.

You don't store calculated values in the table. When you need the
calculation, create it in your forms, queries, and reports.

Storing it is redundant and leads to lots of other issues.

For more details, read the hundreds of previous posts on the topic of
"storing calculated" values in a table.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top