Hi, looking for a little help. I have a form with 6 checkboxes on it, one for each day of the week. I also have 2 textboxes for a StartTime and EndTime. If every check box is checked (Monday through Saturday) i would like an entry in the table for each one stating the following:
Dayofweek startime endtime
Monday 9:00 5:00
Tuesday 9:00 5:00
Wednesday 9:00 5:00
Thursday 9:00 5:00
Friday 9:00 5:00
Saturday 9:00 5:00
If say only Monday and Tuesday were checked i would only like the following stored in the Table:
Monday 9:00 5:00
Tuesday 9:00 5:00
I have played around with the insert into clause and have come close but have not gotten the desired results. Anyone have any suggestions?
Thanks for any help!
Paul
Dayofweek startime endtime
Monday 9:00 5:00
Tuesday 9:00 5:00
Wednesday 9:00 5:00
Thursday 9:00 5:00
Friday 9:00 5:00
Saturday 9:00 5:00
If say only Monday and Tuesday were checked i would only like the following stored in the Table:
Monday 9:00 5:00
Tuesday 9:00 5:00
I have played around with the insert into clause and have come close but have not gotten the desired results. Anyone have any suggestions?
Thanks for any help!
Paul