OK, i inherited a project and need to build a form to display a week view of scheduling information. I have a table of scheduled events in the following format:
ScheduleID EmployeeID ClientID StartTime EndTime
I need the form to display a week view with the days of the week accross the top, and the scheduled events under each day. I am usually pretty good at these kinds of things but am drawing a blank on this one for some reason. Can anyone point me in the right direction? I don't need to edit the data in this form as I will use the onclick event to open another form to enter the data as necessary.
Thanks in advance for any help
ScheduleID EmployeeID ClientID StartTime EndTime
I need the form to display a week view with the days of the week accross the top, and the scheduled events under each day. I am usually pretty good at these kinds of things but am drawing a blank on this one for some reason. Can anyone point me in the right direction? I don't need to edit the data in this form as I will use the onclick event to open another form to enter the data as necessary.
Thanks in advance for any help