I have a paper form that i'm trying to convert the information into a database using Access. The form has 3 main categories with check lists underneath them. An abreviated example of what it is like is below...
I understand how I would do it if the person could check one item under each category. I just set up an Occurrence table with fields for each of the categories and then i could have the person just enter the corresponding number. The primary key of the Occurrence table is just a autonumber to keep track of the occurrences. Although it doesn't happen often, the person could check off more than 1 item under a category. I don't know if i should have multiple numbers seperated by a comma entered into one field for the category. Or if there's a better way to do it. Any suggestions on the best way to set this database up???
Code:
Type of Anesthesia
1.Epidural 2.Spinal 3.General 4.Other
Procedure
1.D&C 2.Tubal Ligation 3.C-section 4.Other
Delivery Events
1.Spinal 2.Catastrophic 3.General 4.Other
I understand how I would do it if the person could check one item under each category. I just set up an Occurrence table with fields for each of the categories and then i could have the person just enter the corresponding number. The primary key of the Occurrence table is just a autonumber to keep track of the occurrences. Although it doesn't happen often, the person could check off more than 1 item under a category. I don't know if i should have multiple numbers seperated by a comma entered into one field for the category. Or if there's a better way to do it. Any suggestions on the best way to set this database up???