How do I calculate and show a percantage of a field value in query

S

ScotStuart

I need to calculate 60% of the filed value " RTN FARE" and show it in the
query as " OW FARE" anty ideas?
 
T

Tom Lake

ScotStuart said:
I need to calculate 60% of the filed value " RTN FARE" and show it in the
query as " OW FARE" anty ideas?

Make another field

OW FARE: [RTN FARE] * .6

Tom Lake
 
Top