I have a query that prioritized and determines actual hh:mm:ss each job takes. For example
pri job time
1 abc 04:20:00
2 bca 01:10:00
I want to be able to popluate this data into a grid or calendar control based on a start time of 08:00am in 5 minute increments. Here is what I am having problems with. I need to exclude break periods and lunch. So when job abc runs through their first break I need to set an end time that takes this into consideration. The end time will be the start time for job bca.
Any ideas other than a hellatious if statement that can accomplish this.
Thanks in advance
pri job time
1 abc 04:20:00
2 bca 01:10:00
I want to be able to popluate this data into a grid or calendar control based on a start time of 08:00am in 5 minute increments. Here is what I am having problems with. I need to exclude break periods and lunch. So when job abc runs through their first break I need to set an end time that takes this into consideration. The end time will be the start time for job bca.
Any ideas other than a hellatious if statement that can accomplish this.
Thanks in advance