How do I add 2% to my Bid ?

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 ???
 
B

BruceM

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 ???
 
Top