Adding a tax % to currency value from another textbox in form.

  • Thread starter Thread starter SammyH
  • Start date Start date
S

SammyH

Hi,

As the subject states I'm having trouble with adding values from text boxes.
I want to get a value from a currency field and times it by 17.5% and put the
result in a new text box. How do I do this please? Many thanks.
 
In the Control Source of an unbound text box:
=[YourCurrencyField] * .175
Choose Currency as the Format for the unbound text box.
 

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

Back
Top