J
jseger22
Hi,
I have two calender controls(cal_start, cal_finish) on a form, 1 for
start date and 1 for finish date. The control source for these is
linked to a table called Projects_Master for the fields start and
finish respectively. I also have a checkbox above each
calender(chk_start, chk_finish). What I was hoping to do for example,
is that if the user selects a date but then clicks the checkbox, the
date will be unselected. Then if the checkbox is checked, that value
would be inserted into the appropriate field in the table instead of
the null value of the calender. Is this possible? Thanks.
I have two calender controls(cal_start, cal_finish) on a form, 1 for
start date and 1 for finish date. The control source for these is
linked to a table called Projects_Master for the fields start and
finish respectively. I also have a checkbox above each
calender(chk_start, chk_finish). What I was hoping to do for example,
is that if the user selects a date but then clicks the checkbox, the
date will be unselected. Then if the checkbox is checked, that value
would be inserted into the appropriate field in the table instead of
the null value of the calender. Is this possible? Thanks.