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.
Rick B - 29 Jun 2005 17:38 GMT
You would do this in your FORMS, not your tables. Tables should not store
calculated values, just the fields that make up those calculations.

Signature
Rick B
> 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.
Duane Hookom - 29 Jun 2005 17:39 GMT
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.

Signature
Duane Hookom
MS Access MVP
--
> 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.
Rick Brandt - 29 Jun 2005 17:41 GMT
> 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.

Signature
I don't check the Email account attached
to this message. Send instead to...
RBrandt at Hunter dot com
Jeff Boyce - 30 Jun 2005 13:23 GMT
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>
> 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.