Derhamo
New member
- Local time
- Today, 02:38
- Joined
- Apr 22, 2021
- Messages
- 6
Hi all,
I’m pretty new to Access but not too shabby with Excel! I am hoping this is a simple query, but hoping someone can help me! I am using an arbitrary context to help simplify.
I have a form that will be used to pull data in the following way:
Combo box 1: Car Make (eg BMW)
Combo box 2: Car Model (eg 1 Series)
Combo box 3: Components (eg clutch)
Combo box 4: Requirement (eg safety feature)
I have succeeded in cascading the first 2 combo boxes so that combo box 2 only gives values dependent on the selection in combo box 1.
combo box 3 I’d like to populate with values determined by check boxes that are fields in one of my tables (if possible), that say whether the component is a part of the car model selected in combo box 2. I understand that the check box will give a 1 or 0 value but I don’t know how to relate that to selecting a table based on the value in combo box 2.
With combo boxes 1 to 3 then populated I’d then like to use a sub form that is a table of data pulled from those previous selections and then have combo box 4 act as a filter for one of the columns.
Further info:
Table1 contains car makes
Table2 contains car models and checkbox fields for components
Table 3 contains info on equipment requirements
I will need another table that has further information specific to the component in question from the combo box selection.
I’m sure I’ll need to answer a few more queries to get going but I’d appreciate some guidance if possible!
Thanks in advance,
Olli
I’m pretty new to Access but not too shabby with Excel! I am hoping this is a simple query, but hoping someone can help me! I am using an arbitrary context to help simplify.
I have a form that will be used to pull data in the following way:
Combo box 1: Car Make (eg BMW)
Combo box 2: Car Model (eg 1 Series)
Combo box 3: Components (eg clutch)
Combo box 4: Requirement (eg safety feature)
I have succeeded in cascading the first 2 combo boxes so that combo box 2 only gives values dependent on the selection in combo box 1.
combo box 3 I’d like to populate with values determined by check boxes that are fields in one of my tables (if possible), that say whether the component is a part of the car model selected in combo box 2. I understand that the check box will give a 1 or 0 value but I don’t know how to relate that to selecting a table based on the value in combo box 2.
With combo boxes 1 to 3 then populated I’d then like to use a sub form that is a table of data pulled from those previous selections and then have combo box 4 act as a filter for one of the columns.
Further info:
Table1 contains car makes
Table2 contains car models and checkbox fields for components
Table 3 contains info on equipment requirements
I will need another table that has further information specific to the component in question from the combo box selection.
I’m sure I’ll need to answer a few more queries to get going but I’d appreciate some guidance if possible!
Thanks in advance,
Olli
Last edited: