Hello there,
I have a question, which I know is most likely very basic, but for some reason I keep drawing a blank on what to do. I figured I would post what I have so far, and see if anyone had some feedback.
This database is based on an outline on paper. SO for example:
1. Category
....a. diagnosis
........i. sub-diagnosis
........ii. sub-diagnosis
....b. diagnosis
........i. sub-diagnosis
............1. sub-sub-diagnosis
2. Category
and so forth.
As you can see in the database, I have designed 4 tables, with one-to-many relationships joining them.
each category, diagnosis, sub-diagnosis, sub-sub-diagnosis, will be pre-entered into the database. The DB will be for a user to enter an ID number (I have not added this element into the db design yet)
and then select diagnoses from combo boxes, which, ideally, will cascade depending on the choices made.
For example, If I enter ID #1 into the main form (text box most likely), each record in the subform will have 4 combo boxes, each corresponding to Category, diagnoses, sub-diagnoses, sub-sub-diagnoses. Depending on which category is selected, the choice will cascade down into the remaining 3 cbo, limiting the choices available to select.
I can't seem to figure out how to arrange a table where the results of the selections can be saved!
I have a question, which I know is most likely very basic, but for some reason I keep drawing a blank on what to do. I figured I would post what I have so far, and see if anyone had some feedback.
This database is based on an outline on paper. SO for example:
1. Category
....a. diagnosis
........i. sub-diagnosis
........ii. sub-diagnosis
....b. diagnosis
........i. sub-diagnosis
............1. sub-sub-diagnosis
2. Category
and so forth.
As you can see in the database, I have designed 4 tables, with one-to-many relationships joining them.
each category, diagnosis, sub-diagnosis, sub-sub-diagnosis, will be pre-entered into the database. The DB will be for a user to enter an ID number (I have not added this element into the db design yet)
and then select diagnoses from combo boxes, which, ideally, will cascade depending on the choices made.
For example, If I enter ID #1 into the main form (text box most likely), each record in the subform will have 4 combo boxes, each corresponding to Category, diagnoses, sub-diagnoses, sub-sub-diagnoses. Depending on which category is selected, the choice will cascade down into the remaining 3 cbo, limiting the choices available to select.
I can't seem to figure out how to arrange a table where the results of the selections can be saved!