I have created a database to record time bookings. A user is able to see a history of their bookings for each week in a continuous form. Most weeks will contain multiple lines:
W26 - Holiday - 8hrs
W26 - Project 1 - 20 hrs
W26 - Project 2 - 12 hrs
W25 - Project 1 - 20 hrs
W25 - Project 3 - 20 hrs
W24 - Absence - 16hrs
W24 - Project 1 - 24hrs
etc. (dashes indicate column separators)
Currently the lines are displayed in alternate shading. But over the course of the year it becomes difficult to discriminate between weeks.
I would like to identify all lines for a given week so they stand out from an adjacent week. So in the example above I would ideally like all lines for W26 one color and all lines for week 25 a different color.
But I am not sure if possible. I would appreciate any advice or alternative ways of achieving the same
W26 - Holiday - 8hrs
W26 - Project 1 - 20 hrs
W26 - Project 2 - 12 hrs
W25 - Project 1 - 20 hrs
W25 - Project 3 - 20 hrs
W24 - Absence - 16hrs
W24 - Project 1 - 24hrs
etc. (dashes indicate column separators)
Currently the lines are displayed in alternate shading. But over the course of the year it becomes difficult to discriminate between weeks.
I would like to identify all lines for a given week so they stand out from an adjacent week. So in the example above I would ideally like all lines for W26 one color and all lines for week 25 a different color.
But I am not sure if possible. I would appreciate any advice or alternative ways of achieving the same