G
Guest
Hello, I am a newbie to Access. I am using Access 2002.
I need one combo box to be populated with info depending on a selection made
in another combo box.
Combo1 contains Product Category Information
Combo2 contains Product Name Information
If I select "Conventional" in Combo1, it needs to populate Combo2 with all
and only poroducts that relate to "Conventional", simmilarly, if I select
"Intelligent" from Combo1, only and all products that relate to Intelligent
will show in Combo2.
I have 3 Tables
Table1: tblStock which has (amonsgt other things) CategoryID, CategoryName,
StockID and StockName. This is where all of the stock info is held.
Table2: tblCategory which has CategoryID and CategoryName. Through a
lookup, this allows the user to select a category from a combo Box when
entering info into tblStock
Table3: tblOrders which has lots on it, but primarilly, it allows user to
input order info.
My question is, what do I need to do to make all of these table etc work.
My understanding of VBA Code is extremely limited, so please assume I know
nothing and respond as you would to an idiot.
Hoping you can help, Thanks in advance.
I need one combo box to be populated with info depending on a selection made
in another combo box.
Combo1 contains Product Category Information
Combo2 contains Product Name Information
If I select "Conventional" in Combo1, it needs to populate Combo2 with all
and only poroducts that relate to "Conventional", simmilarly, if I select
"Intelligent" from Combo1, only and all products that relate to Intelligent
will show in Combo2.
I have 3 Tables
Table1: tblStock which has (amonsgt other things) CategoryID, CategoryName,
StockID and StockName. This is where all of the stock info is held.
Table2: tblCategory which has CategoryID and CategoryName. Through a
lookup, this allows the user to select a category from a combo Box when
entering info into tblStock
Table3: tblOrders which has lots on it, but primarilly, it allows user to
input order info.
My question is, what do I need to do to make all of these table etc work.
My understanding of VBA Code is extremely limited, so please assume I know
nothing and respond as you would to an idiot.
Hoping you can help, Thanks in advance.