using a percentage in a calculated statistic query

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

Guest

I need to do a query that would give me the deposit amount if each customer had to pay 20% of their total bill. How do I enter this?
 
I think that would be round(totalfieldname*0.2,2)

The second argument (2) is how many decimal points the
deposit should have.

Keivn11
-----Original Message-----
I need to do a query that would give me the deposit
amount if each customer had to pay 20% of their total
bill. How do I enter this?
 
Back
Top