M
Matt Reed
Hello, I am trying to run a query on sales figures where the salesmen's
commission varies with the total sales for the year.
The salesmen's commission starts at a rate of 10%, once their total sales
for the year goes over $10,000 the rate goes to 15% and when their total
sales goes over $50,000 their rate goes to 20%.
Fields
[SaleID] [SaleDate] [SaleAmount][SalesmenComm]
So I thought if I could calculate a running total of sales then I could
calculate the commission off of that field.
Can this be done in a query?
If so how?
Thanks for any help
Matt
commission varies with the total sales for the year.
The salesmen's commission starts at a rate of 10%, once their total sales
for the year goes over $10,000 the rate goes to 15% and when their total
sales goes over $50,000 their rate goes to 20%.
Fields
[SaleID] [SaleDate] [SaleAmount][SalesmenComm]
So I thought if I could calculate a running total of sales then I could
calculate the commission off of that field.
Can this be done in a query?
If so how?
Thanks for any help
Matt