Our data entry process requires multiple drop-downs with multiple entries for a single case (one-to-many relationship). The multiple-entry fields are scattered through the form. I've created a separate, related table with a subform for each of the multiple-entry fields.
My question is, is this a good practice? The alternative is to put all of the multiple entry fields into a single table. I need a separate sub-form for each of the fields because they're scattered through the data-entry process. (They can't be grouped together because they each relate to a separate question.) Having a separate table means that a new record would be created each time a new multiple-entry field required an entry, and the result would be a multitude of records with many fields but entries in only one field. Neither way seems like an efficient use of tables.
Which is correct?
Thanks,
Henry
My question is, is this a good practice? The alternative is to put all of the multiple entry fields into a single table. I need a separate sub-form for each of the fields because they're scattered through the data-entry process. (They can't be grouped together because they each relate to a separate question.) Having a separate table means that a new record would be created each time a new multiple-entry field required an entry, and the result would be a multitude of records with many fields but entries in only one field. Neither way seems like an efficient use of tables.
Which is correct?
Thanks,
Henry