D
default105
I have a form with 10 check boxes that will be used by the users to select
which persons a task will be assigned to. I am having a problem laying out
the tables to follow 3NF. What I have is a table for the task orders, a
table for the task details and a table for the task crew. I have all set up
with primary and foreign key respectively. Right now I am using sql to
insert the crew name into the task crew table field [crewAssignment] when the
user clicks on the check box on the form. However this leaves a lack of
visual check when the form is reopened because it has no controlsource. I do
not know how to setup the form check box to look at multiple records to
populate the checkboxes appropriately that are bound to the primary key of
the task orders table. I have it set up this way so I did not have ten
fields with only 2 to 3 with values in then and null value in the others.
Any input would be greatly appreciated. Thank you very much in advance.
which persons a task will be assigned to. I am having a problem laying out
the tables to follow 3NF. What I have is a table for the task orders, a
table for the task details and a table for the task crew. I have all set up
with primary and foreign key respectively. Right now I am using sql to
insert the crew name into the task crew table field [crewAssignment] when the
user clicks on the check box on the form. However this leaves a lack of
visual check when the form is reopened because it has no controlsource. I do
not know how to setup the form check box to look at multiple records to
populate the checkboxes appropriately that are bound to the primary key of
the task orders table. I have it set up this way so I did not have ten
fields with only 2 to 3 with values in then and null value in the others.
Any input would be greatly appreciated. Thank you very much in advance.