I am creating a database using Access 2003. I need to calculate a commission on varying percentages. Here is the scenario- When a salesperson sells the first item his commission is 5%, the second 6%, third 7% and fourth or more 8%. I need to count the number of sales for each salesperson then calculate by the appropriate Rate. Below is an example of how I want the data to look. Any suggestions would be helpful.
Table Sales
RecCount Salesman# Rate InvAmt. Com:=[Rate]*[InvAmt]
1 011 .05 $100 $5.00
2 011 .06 $100 $6.00
3 011 .07 $100 $7.00
4 011 .08 $100 $8.00
5 011 .08 $100 $8.00
Table Sales
RecCount Salesman# Rate InvAmt. Com:=[Rate]*[InvAmt]
1 011 .05 $100 $5.00
2 011 .06 $100 $6.00
3 011 .07 $100 $7.00
4 011 .08 $100 $8.00
5 011 .08 $100 $8.00