I have a table with two fields. One field lists categories and the other lists the subcategories for each category. The category is adjacent to each of its subs, therefore the category appears as many times as the number of subs it has.
I have a combo box in an input form that offers the list of categories. I want a second combo box to offer the subcategories that are specific to the selected category. I believe this requires an IIF statement on the Row Source line of the properties window. How can I write the nested if to select only the appropriate sub categories?
Thanks,
Dan, KIOhio
I have a combo box in an input form that offers the list of categories. I want a second combo box to offer the subcategories that are specific to the selected category. I believe this requires an IIF statement on the Row Source line of the properties window. How can I write the nested if to select only the appropriate sub categories?
Thanks,
Dan, KIOhio