Calculated tax percent keeps repeating same tax in each record.

G

Gotoknow

HI,

Calculated tax percent is working and gives me the right amount of tax but
it keeps repeating the same amount of tax in each new record. The same tax
amount shows up even though I have not yet entered the original cost. I used
for the Tax field =Sum([Original Cost] *.051)
 
A

Allen Browne

Create a query.

In query design, type an expression like this into the Field row:
Tax: [Original Cost] * 0.051

You should now be able to sum this Tax field with a text box in the Form
Footer section of your form.
 

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