I have a database with Business Clients and Individual Clients. I also have transaction records for each type of clients. Employees work on both types of clients. I would like to have a report that shows all the work done by each employee. The report needs to include the work done for Busines Clients, and the work done for individual clients. Each transaction table has
1. Date of transaction (BDate)
2. Employee Name
3. Duration
I would like to have one report display all the transaction and the running sum of the duration as a total. I would like the report to look as follows.
EmployeeName BDate Duration IDate Duration
bob
2/1/05 1:30min 2/2/05 2:15min
"Footer" Total Duration: 3:45min
I would appreciate any help.
1. Date of transaction (BDate)
2. Employee Name
3. Duration
I would like to have one report display all the transaction and the running sum of the duration as a total. I would like the report to look as follows.
EmployeeName BDate Duration IDate Duration
bob
2/1/05 1:30min 2/2/05 2:15min
"Footer" Total Duration: 3:45min
I would appreciate any help.