fields that calculate

S

Sharon Voit

I am trying to set up a membership database that also
caluculates. I am used to using claris works where I can
program simple caluculations as a field. Ex. multiply to
get sales tax. Subtracting deposits and adding up total.
How can I do this in access?
 
D

Dave

Hi Sharon,
Firstly, you should note that calculations shouldn't be
made in tables. Set up a new query based on the tables
that hold the information and drag in the required fields.
In an empty column in the design grid, type a field alias -
for example SalesTax, followed by a colon, followed by
the formula. For example:
SalesTax:[Price]*1.1
This formula would show a result of the field named Price
with a 10 percent mark up.
A good source of info is found in the online help in
Access. On the index tab, type in queries, calculations.
You should find more on what you need in there.
Cheers,
Dave
 

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