D Dave Elliott Jul 5, 2005 #1 My textbox needs to contain this formula. what is 2% of my textbox which is named =[Bid] for it's control source ???
My textbox needs to contain this formula. what is 2% of my textbox which is named =[Bid] for it's control source ???
G Guest Jul 5, 2005 #3 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 ??? Click to expand... Click to expand...
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 ??? Click to expand... Click to expand...