MattBaldry
Self Taught, Learn from the Forums
- Local time
- Today, 00:21
- Joined
- Feb 5, 2019
- Messages
- 330
Hi All,
I was wondering if anyone had a very basic planner form they have used. I have searched the forums and there are plenty out there, but not quite what I am after.
I am trying to display employee workloads and I have a table with a due date, and a query with labour hours. I want to be able take the due date, work backwards with the labour time to work out start, and then display this, if possible, as a continuous form layout with employee names as rows and work days as columns. This could then be filtered by month to show employee workload/capacity.
I am thinking continuous form view with each employee on a row and then the days of the month displayed to the right. Something like below.
I don't need any special features or to be able to edit the data here (it is pulled from an external table and edited in their software)
I am hoping someone has something they have used before.
~Matt
I was wondering if anyone had a very basic planner form they have used. I have searched the forums and there are plenty out there, but not quite what I am after.
I am trying to display employee workloads and I have a table with a due date, and a query with labour hours. I want to be able take the due date, work backwards with the labour time to work out start, and then display this, if possible, as a continuous form layout with employee names as rows and work days as columns. This could then be filtered by month to show employee workload/capacity.
I am thinking continuous form view with each employee on a row and then the days of the month displayed to the right. Something like below.
Employee | 1st | 2nd | 3rd | 4th | 5th | 9th | 10th | 11th | 12th |
Name 1 | Job 123 Start | Job 123 | Job 123 | Job 123 | Job 123 End | ||||
Name 2 | Job 456 Start | Job 456 End | Job 789 Start | Job 789 | Job 789 | Job 789 End |
I don't need any special features or to be able to edit the data here (it is pulled from an external table and edited in their software)
I am hoping someone has something they have used before.
~Matt