Can I create a field in a table containing a formula?

K

ktlooney

I have two numeric fields and would like to create a field in the table that
will calculate a value based on the two fields. Is this possible to do
within the table, and if so how?
 
R

Rick Brandt

ktlooney said:
I have two numeric fields and would like to create a field in the
table that will calculate a value based on the two fields. Is this
possible to do within the table, and if so how?

No, you do this in a query and then use the query every place where you need
that value instead of using the table.

Spreadsheets intermix hard data and calculations within the same grid. Database
tables do NOT.
 

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