K
karlwelty
I have a question on form design for a multi-relational table.
Let's say I have 2 tables:
Table1:
Project ID
Project Name
Table2:
Project ID
System Impacted
Now I know the list of possible systems that could be impacted in table
2, and on my form I want to give the users a checkbox for my
pre-defined list of systems.
My initial thought is that Table2 would be a subform of checkboxes for
each system I know of. If they select it, I insert the record in Table
2 for that System.
Does anyone know how to accomplish this or if this would be unwise from
a design perspective?
Thanks for comments/suggestions.
Let's say I have 2 tables:
Table1:
Project ID
Project Name
Table2:
Project ID
System Impacted
Now I know the list of possible systems that could be impacted in table
2, and on my form I want to give the users a checkbox for my
pre-defined list of systems.
My initial thought is that Table2 would be a subform of checkboxes for
each system I know of. If they select it, I insert the record in Table
2 for that System.
Does anyone know how to accomplish this or if this would be unwise from
a design perspective?
Thanks for comments/suggestions.