Hi, I’m designing a form by using ACCESS 97. My database includes 3 tables: System, Subsystem and Major. They are linked by their IDs. Suppose the System table has 3 data values: Sys_A, Sys_B, Sys_C. The Subsystem has 10 data values: Sub_1, Sub_2, Sub_3, ……Sub_10. The Major table has 20 data values: Major_1, Major_2, ……Major_20.
Sub_1, Sub_4 and Sub_7 are under Sys_C. Major_3, Major_6, Major_8, and Major_11 are under Sub_4. etc.
On my form, I use Combo Boxes for System, Subsystem and Major.
The requirement is: when I click the down arrow on Combo System, Sys_A, Sys_B and Sys_C should appear in the drop down list. I select Sys_C, move to Combo Susbsystem, then click the down arrow, only Sub_1, Sub_4 and Sub_7 appear in the drop down list. I select Sub_4, then move to Combo Major. I click the down arrow, only the 4 Majors which belong to Sub_4 appear in the list.
Please help me to design this form. Thanks a lot! Chris
Sub_1, Sub_4 and Sub_7 are under Sys_C. Major_3, Major_6, Major_8, and Major_11 are under Sub_4. etc.
On my form, I use Combo Boxes for System, Subsystem and Major.
The requirement is: when I click the down arrow on Combo System, Sys_A, Sys_B and Sys_C should appear in the drop down list. I select Sys_C, move to Combo Susbsystem, then click the down arrow, only Sub_1, Sub_4 and Sub_7 appear in the drop down list. I select Sub_4, then move to Combo Major. I click the down arrow, only the 4 Majors which belong to Sub_4 appear in the list.
Please help me to design this form. Thanks a lot! Chris