Have a form that has fields for:
Group
Subcategory
Have another form that has a field that uses @dbcolumn to get the values for Group and another field that uses @dbcolumn to get the values for Subcategory.
Would like to be able to narrow down the records that are shown in the Subcategory list by what value is select in Group.
ex.
Group Subcategory
Vegatable Corn
Vegatable Cabbage
Vegatable Broccoli
Fruit Apple
Fruit Banana
Fruit Peach
When user chooses Vegatable as the group, only show the records that have "vegatable" as group.
Start Free Trial