How do I create Mathamatical Equations in the Fields of a Table

G

Gov't of NL

If anyone can help me I appreciate it. I am creating a new database, and I
want to set up some equations that will automatically take place when I imput
the money value.
 
R

Rick B

You would do this in your FORMS, not your tables. Tables should not store
calculated values, just the fields that make up those calculations.
 
D

Duane Hookom

You shouldn't normally store calculated values in tables. You can use
queries and other methods to "display" calculated values.

You can't perform calculations in tables.
 
R

Rick Brandt

Gov't of NL said:
If anyone can help me I appreciate it. I am creating a new database,
and I want to set up some equations that will automatically take
place when I imput the money value.

You don't put those in a database table. Build a query base on your table
and then add the calculations as expressions in the query. Then just use
the query instead of the table.
 
J

Jeff Boyce

In addition to the other suggestions you've received, I wonder if you are
describing a spreadsheet, rather than a relational database. Spreadsheets
are great for taking input values and performing calculations/equations...

Good luck

Jeff Boyce
<Access MVP>
 

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