How do I add 2% to my Bid ?

  • Thread starter Thread starter Dave Elliott
  • Start date Start date
D

Dave Elliott

My textbox needs to contain this formula.
what is 2% of my textbox which is named =[Bid] for it's control
source ???
 
1.02 to add it to the existing bid, .02 to calculate 2%

Rick B said:
= [Bid] * .02



--
Rick B



Dave Elliott said:
My textbox needs to contain this formula.
what is 2% of my textbox which is named =[Bid] for it's control
source ???
 

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