A Al Campagna Jul 4, 2009 #2 School Daddy, = Cost - (Cost * .15) -- hth Al Campagna Microsoft Access MVP http://home.comcast.net/~cccsolutions/index.html "Find a job that you love... and you'll never work a day in your life."
School Daddy, = Cost - (Cost * .15) -- hth Al Campagna Microsoft Access MVP http://home.comcast.net/~cccsolutions/index.html "Find a job that you love... and you'll never work a day in your life."
F fredg Jul 4, 2009 #3 I need to know how to discount a cost field by 15% Click to expand... 100% - 15% = 75% Price after discount =[Cost] * .75
I need to know how to discount a cost field by 15% Click to expand... 100% - 15% = 75% Price after discount =[Cost] * .75
P Philip Herlihy Jul 4, 2009 #4 fredg said: I need to know how to discount a cost field by 15% Click to expand... 100% - 15% = 75% Price after discount =[Cost] * .75 Click to expand... Oops! for 75, read 85. Phil
fredg said: I need to know how to discount a cost field by 15% Click to expand... 100% - 15% = 75% Price after discount =[Cost] * .75 Click to expand... Oops! for 75, read 85. Phil
F fredg Jul 4, 2009 #5 fredg said: I need to know how to discount a cost field by 15% Click to expand... 100% - 15% = 75% Price after discount =[Cost] * .75 Click to expand... Oops! for 75, read 85. Phil Click to expand... Well, I just accounted for inflation. Thanks for correcting my poor math.
fredg said: I need to know how to discount a cost field by 15% Click to expand... 100% - 15% = 75% Price after discount =[Cost] * .75 Click to expand... Oops! for 75, read 85. Phil Click to expand... Well, I just accounted for inflation. Thanks for correcting my poor math.
J John W. Vinson Jul 5, 2009 #6 I need to know how to discount a cost field by 15% Click to expand... Create an Update query based on your table, and update the cost field to the corrected expression in Philip's response to Fred's.
I need to know how to discount a cost field by 15% Click to expand... Create an Update query based on your table, and update the cost field to the corrected expression in Philip's response to Fred's.