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

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I need to calculate 60% of the filed value " RTN FARE" and show it in the
query as " OW FARE" anty ideas?
 
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
 
Back
Top