I have a project where the user has a two week work schedule. Over the 14 days each worker is scheduled for 40 hours. That can be broken up either into 7 11.5 hour shifts, or 10 8 hour shifts. The user wants it to be flexible. So I created the screen below. My problem is the start time fields. If I use a date/time picker it defaults to the current time when the field is NULL. This is confusing to the user and me. I need to have the Start time and hours blank if the person is not scheduled that day. What I would like to do is if the Checkbox is checked there needs to be a valid start time and hours if the checkbox is not checked the control display’s nothing and the Database fields are Null. Has anyone dealt with this kind of problem?
Attachment 152947

