I have a query calculated field that I need to do another calculation on
Price (calculated field)
New calculation on that field -
I want to substract 4% and round to the nearest nickel.
Not sure if I can do this on a calculated field - not sure how to do the calculation in access?
Example: Round(20*(([BookPrice]-([BookPrice]*1.04))+5),0)/20