Hi, guys,
Have been trying different approaches literally the whole day on Saturday. Nothing else comes into my mind. Need your help.
I have 2 tables:
Table 1:
CATEGORY : SUB-CAT
Computer : Motherboard
Computer : CPU
Car : tires
Car : wheel
Table 2: 2 Fields as Combobox or List Box
CATEGORY2 : SUB-CAT2
What do I need to do that if the value in SUB-CAT2 is selected then CATEGORY2 is automatically updated. And how to do that if Category2 is selected then the choice for selection in SUB-CAT-2 would be limited to selected Category.
Example.
SUB-CAT2 select "wheel". Value in CATEGORY2 is automatically updated to "Car". Or if I select in CATEGORY2 "Car" then for SUB-CAT2 there is a choice only of "wheel" and "tires".
Have been trying different approaches literally the whole day on Saturday. Nothing else comes into my mind. Need your help.
I have 2 tables:
Table 1:
CATEGORY : SUB-CAT
Computer : Motherboard
Computer : CPU
Car : tires
Car : wheel
Table 2: 2 Fields as Combobox or List Box
CATEGORY2 : SUB-CAT2
What do I need to do that if the value in SUB-CAT2 is selected then CATEGORY2 is automatically updated. And how to do that if Category2 is selected then the choice for selection in SUB-CAT-2 would be limited to selected Category.
Example.
SUB-CAT2 select "wheel". Value in CATEGORY2 is automatically updated to "Car". Or if I select in CATEGORY2 "Car" then for SUB-CAT2 there is a choice only of "wheel" and "tires".