S
sdeezdaone
I've got two tables that are linked by a field. The first table
contains a list of items (like a checklist). The second table contains
the corresponding a record for each user and each checklist item. The
records in the second table don't exist initally, only after the user
fills in the checklist and submits from a form.
I'm trying to get a datagrid to show two columns. One being all of the
checklist items and the second being a checkbox. All checkboxes will
be unchecked at first since there is no corresponding record yet. The
user will check off completed items from the checklist and submit.
Then a record for each checklist item will be written to the second
table.
My problem is since there is no record, the value of the checkbox is
NULL initially and the checkbox field can't be null. Anyone know of a
way around this?
Thanks!
contains a list of items (like a checklist). The second table contains
the corresponding a record for each user and each checklist item. The
records in the second table don't exist initally, only after the user
fills in the checklist and submits from a form.
I'm trying to get a datagrid to show two columns. One being all of the
checklist items and the second being a checkbox. All checkboxes will
be unchecked at first since there is no corresponding record yet. The
user will check off completed items from the checklist and submit.
Then a record for each checklist item will be written to the second
table.
My problem is since there is no record, the value of the checkbox is
NULL initially and the checkbox field can't be null. Anyone know of a
way around this?
Thanks!