JanetFan95758
Programmer
I have a column in a form ("myForm") called Category, and another called Sub Category. Category is set to A, B, C or D. If A is chosen I'd like Sub Category to list 1,2,and 3. I have created a list called lstCategories on the site that has the A B C D categories with the corresponding possible sub categories.
How can I make the sub Category list (which is linked to the Sub Category column of lstCategories) show only the values that match the Category?
How can I make the sub Category list (which is linked to the Sub Category column of lstCategories) show only the values that match the Category?