calculating percentages

G

Goffery

I am trying to cal % in a queries -example showing an new price after a 6.25% increase in the old price in a new field called new price
 
F

fredg

Goffery said:
I am trying to cal % in a queries -example showing an new price after a
6.25% increase in the old price in a new field called new price
Geoffrey,
NewPrice:[OldPrice] * 1.0625
 
Top