hardhitter06
Registered User.
- Local time
- Today, 05:52
- Joined
- Dec 21, 2006
- Messages
- 600
Hi Everyone,
I'm using Access 2003.
I've read a little bit about cascading combo boxes from the forum, but can't seem to get enough clarification for me to solve my problem.
Basically what I am looking for is two drop down boxes (combos), and after I make the first selection, based on that selection, particular information will flood into the second for me to choose from the list.
For example, in the first combo box, there's choice A, B and C (will always be this choice).
When you Choose A: 1, 2, and 3 will flood into the 2nd box.
When you Choose B: 4, 5, 6 will flood into the 2nd box.
When you Choose C: 7, 8 ,9....
(All of these will also always be the same choice)
Used this example for simplicity.
What I currently have as a "set up" is an Input form that feeds directly into tblVendors. Within this input form, I have a subform that has a combo box from tblCommodities that lists criteria "A, B and C" that will feed into that given table.
Now what I need some help with is when choosing from that first combo box that is already set up, to have these specific lists based on the first selection flood into the 2nd box.
Now do I need to create another table with this second generation of information, or can I create another field in tblCommodities that has the 2nd generation? Basically this is where I'm stuck and any help would be great.
Thank you!
I'm using Access 2003.
I've read a little bit about cascading combo boxes from the forum, but can't seem to get enough clarification for me to solve my problem.
Basically what I am looking for is two drop down boxes (combos), and after I make the first selection, based on that selection, particular information will flood into the second for me to choose from the list.
For example, in the first combo box, there's choice A, B and C (will always be this choice).
When you Choose A: 1, 2, and 3 will flood into the 2nd box.
When you Choose B: 4, 5, 6 will flood into the 2nd box.
When you Choose C: 7, 8 ,9....
(All of these will also always be the same choice)
Used this example for simplicity.
What I currently have as a "set up" is an Input form that feeds directly into tblVendors. Within this input form, I have a subform that has a combo box from tblCommodities that lists criteria "A, B and C" that will feed into that given table.
Now what I need some help with is when choosing from that first combo box that is already set up, to have these specific lists based on the first selection flood into the 2nd box.
Now do I need to create another table with this second generation of information, or can I create another field in tblCommodities that has the 2nd generation? Basically this is where I'm stuck and any help would be great.
Thank you!