G
Guest
I am using Access 2000.
I have 2 tables hours worked (1) and overtime (2). Structure is Table 1.
Employee, Date, Hours. Table 2. Employee, Date, Hours, Rate.
What is the best way to create a report summarising the data into one line
per employee for a given date range ?
Data in the files looks like -
Table 1. 123, 01/12/2004, 37.5
Table 2. 123, 01/12/2004, 3.5, X 1.5
123, 01/13/2004, 3.5, X 1.5
123, 01/18/2004, 8, X 2
Report should look like :
Employee, Worked, X 1.5, X 2
123 37.5 7 8
I have tried a union query to get the data into a workable form but creating
the report is the problem.
Thanks in advance
I have 2 tables hours worked (1) and overtime (2). Structure is Table 1.
Employee, Date, Hours. Table 2. Employee, Date, Hours, Rate.
What is the best way to create a report summarising the data into one line
per employee for a given date range ?
Data in the files looks like -
Table 1. 123, 01/12/2004, 37.5
Table 2. 123, 01/12/2004, 3.5, X 1.5
123, 01/13/2004, 3.5, X 1.5
123, 01/18/2004, 8, X 2
Report should look like :
Employee, Worked, X 1.5, X 2
123 37.5 7 8
I have tried a union query to get the data into a workable form but creating
the report is the problem.
Thanks in advance