hello Everyone, I am new to this place. I have been using access only for the last 3 months. i guess this is the place for all my Access doubts.
I am making a monthly report for salary deduction.
1) how do i get it to display a particular months report
2) I would like the report to be sorted by the empno.
3) after sorting i want want the total for each employee , because there might more than one deduction for an employee and the overall total at the end
for eg the report should like this
date empno deduction
01/12/2008 52131 50.00
03/12/2008 52131 75.00
---------
125.00
01/12/2008 61124 12.00
05/12/2008 61124 100.00
----------
112.00
---------------
237.00
I am making a monthly report for salary deduction.
1) how do i get it to display a particular months report
2) I would like the report to be sorted by the empno.
3) after sorting i want want the total for each employee , because there might more than one deduction for an employee and the overall total at the end
for eg the report should like this
date empno deduction
01/12/2008 52131 50.00
03/12/2008 52131 75.00
---------
125.00
01/12/2008 61124 12.00
05/12/2008 61124 100.00
----------
112.00
---------------
237.00