G
Guest
I am creating a database to track jobs, and beed to be able to provide a 'snapshot' for our MD which combines all the jobs for one person on the same day, and shows all the dates in the month
e.g.
|_________|___Staff1___|___Staff2___
| 20/04/04 | Job1, Job2 | Job 1, Job 2
| 21/04/04 | Job 1 |
| 22/04/04 | |
| 23/04/04 | |
| 22/04/04 | | Job 1
I have a source table which shows all jobs for all staff, but need to be able to combine the data from multiple records/fields into
Can this be done?
e.g.
|_________|___Staff1___|___Staff2___
| 20/04/04 | Job1, Job2 | Job 1, Job 2
| 21/04/04 | Job 1 |
| 22/04/04 | |
| 23/04/04 | |
| 22/04/04 | | Job 1
I have a source table which shows all jobs for all staff, but need to be able to combine the data from multiple records/fields into
Can this be done?