Hello all,
I am creating a 5-day calendar, much like outlook, for driver jobs and times. I find the best way to do this an achievement an "endless" horizontal scroll past the 22-inch limit is to build 4 subforms and have each hold a driver rides for the day. This way certain regions that have 50 drivers can be scrolled from left to right. Something like below with each chunk a subform.
I want to list the time labels just once on the unassigned subform from 700AM-6PM in 30-minute chunks. this will mandate I will need to use a vertical scrollbar. Since I am comparing openings on different drivers schedules to assign jobs, I want to be able that when I am in any of the four subforms if I scroll or mouse wheel in that subform the rest of the subforms move in sync. so that if I scroll from 7 AM to 3 PM all the drivers move and the "imaginary row" across my entire form is all positioned the same time.
I hope I am explaining that well, not sure if this is possible. Does anyone have some ideas on how to do this? Thanks
I am creating a 5-day calendar, much like outlook, for driver jobs and times. I find the best way to do this an achievement an "endless" horizontal scroll past the 22-inch limit is to build 4 subforms and have each hold a driver rides for the day. This way certain regions that have 50 drivers can be scrolled from left to right. Something like below with each chunk a subform.
Code:
unassigned Driver1 Driver 2 Driver 3
M T W R F M T W R F M T W R F M T W R F
700 2 3 6
730 4
800
830
etc
I want to list the time labels just once on the unassigned subform from 700AM-6PM in 30-minute chunks. this will mandate I will need to use a vertical scrollbar. Since I am comparing openings on different drivers schedules to assign jobs, I want to be able that when I am in any of the four subforms if I scroll or mouse wheel in that subform the rest of the subforms move in sync. so that if I scroll from 7 AM to 3 PM all the drivers move and the "imaginary row" across my entire form is all positioned the same time.
I hope I am explaining that well, not sure if this is possible. Does anyone have some ideas on how to do this? Thanks