Hi everyone.
For my company I have to write a report. In that report they want the information of a individual worker. I have an link created to a Access DB. In this DB the records are ordered as follows. For each day there is:
The date; a worker number; a unit.
What I want to do is to view in which period the worker was in what unit. So the outcome must be:
"From date1 to date2: Unit ..."
Now what have I already done:
I grouped the records firstly by Worker number, and secondly by Unit. Then the records are sorted on Date.
Now I want to get the first and the last date of that group, so I can say "from ... to ... : unit ...", but I don't know how to do so.
Any advice is welcome.
Cheers, FatEric
For my company I have to write a report. In that report they want the information of a individual worker. I have an link created to a Access DB. In this DB the records are ordered as follows. For each day there is:
The date; a worker number; a unit.
What I want to do is to view in which period the worker was in what unit. So the outcome must be:
"From date1 to date2: Unit ..."
Now what have I already done:
I grouped the records firstly by Worker number, and secondly by Unit. Then the records are sorted on Date.
Now I want to get the first and the last date of that group, so I can say "from ... to ... : unit ...", but I don't know how to do so.
Any advice is welcome.
Cheers, FatEric