Hi
I have created 2 tables -
tab1 - contains category
tab2 - Category, sub_category
In relationship, I have linked both tables with the field category.
I have a form with 2 drop down.
DD_1 - gets category list from tab1
DD_2 - based on category selected, DD_2 should query and list the relevant sub-Categories
How to do this?
I have created 2 tables -
tab1 - contains category
tab2 - Category, sub_category
In relationship, I have linked both tables with the field category.
I have a form with 2 drop down.
DD_1 - gets category list from tab1
DD_2 - based on category selected, DD_2 should query and list the relevant sub-Categories
How to do this?