Calculate Percent in Form

G

Gotoknow

Hi,
I have 3 fields as show below and I want the Tax field to show the amount of
tax on an item at 5.1%. All Fields are formatted to Currency. How do I get
The tax field to work and then have it added in to sum a total cost field.

Original Cost Tax Total Cost
$10.00 $ .51 $10.51
 
G

Gotoknow

It worked!!
--
Thank you,
Gotoknow


Golfinray said:
As the record source for total cost, try:
=sum([original cost]*.051)

Gotoknow said:
Hi,
I have 3 fields as show below and I want the Tax field to show the amount of
tax on an item at 5.1%. All Fields are formatted to Currency. How do I get
The tax field to work and then have it added in to sum a total cost field.

Original Cost Tax Total Cost
$10.00 $ .51 $10.51
 

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