Khurramshaikh47
Member
- Local time
- Today, 21:57
- Joined
- Aug 19, 2021
- Messages
- 212
Hi,
I need guidance for the Microsoft Access query in which I calculate the employee's wage.
I want to get the number of different currency notes making each wage value.
So it will be easy for me to distribute them.
Example:
Thank you in advance.
I need guidance for the Microsoft Access query in which I calculate the employee's wage.
I want to get the number of different currency notes making each wage value.
So it will be easy for me to distribute them.
Example:
Name | Total Wage | 5000 Notes | 1000 Notes | 500 Notes | 100 Notes | 50 Notes | 10 Notes | Less Then 10 |
Employee 1 | 16,765 | 3 | 1 | 1 | 2 | 1 | 1 | 5 |
Employee 2 | 7,670 | 1 | 2 | 1 | 1 | 1 | 2 | 0 |
Employee 3 | 9,500 | 1 | 4 | 1 | 0 | 0 | 0 | 0 |
Employee 4 | 10,000 | 2 | 0 | 0 | 0 | 0 | 0 | 0 |
Employee 5 | 3,000 | 0 | 3 | 0 | 0 | 0 | 0 | 0 |
Total Notes Required | 7 | 10 | 3 | 3 | 2 | 3 | 5 |
Thank you in advance.