I cannot think of a better way to word that title! Sorry...
I have one table that we can call "Categories."
I have another table that we can call "Subcategories."
Each "subcategory" item has one parent "category" item.
This means "Category 1" might own "Subcat A," "Subcat B," and "Subcat C", and "Category 2" might own "Subcat D," "Subcat E," and "Subcat F."
I would like for people entering data to:
1. Select a "Category" from a select list.
- no problem, dataface makes this easy.
2. Select a "Subcategory" from a select list, but have the contents of that select list change based on the "Category" they choose from the first select list.
Is there a way to do this in Dataface?
Ajaxy stuff?
Or a multi-page insert method? (i.e. the user would select the "Category" on the first page, then the second page would have knowledge of the selected category from a POST variable, perhaps.)
Thanks, Dataface is wonderful.
Paul