Hi there!
I'm learning how to make a database for use in keeping track of some products. Extremely simple I should think. Just simple stuff for home.
I want a form/web page (working with form for now) with a 3 combo boxes.. maybe more, but 3 for now...
Category
Sub Category
Sub Sub Category
I have 3 tables that correspond to the 3 combo boxes. As one might expect, I'd like the parent selection to feed the appropriate choices to the child.
All works well for the first 2. I even managed to get it to refresh the Sub Category if the Category choice is changed.
The problem I'm having is with the Sub Sub Category box. It just wont show any choices no matter what is selected in Sub Category.
Do I need to add some sort of OnFocus command to tell it when the Sub Category is selected, to refresh a different box?
Or should I be using another OnCurrent in my code builder? or both?
I'm learning how to make a database for use in keeping track of some products. Extremely simple I should think. Just simple stuff for home.
I want a form/web page (working with form for now) with a 3 combo boxes.. maybe more, but 3 for now...
Category
Sub Category
Sub Sub Category
I have 3 tables that correspond to the 3 combo boxes. As one might expect, I'd like the parent selection to feed the appropriate choices to the child.
All works well for the first 2. I even managed to get it to refresh the Sub Category if the Category choice is changed.
The problem I'm having is with the Sub Sub Category box. It just wont show any choices no matter what is selected in Sub Category.
Do I need to add some sort of OnFocus command to tell it when the Sub Category is selected, to refresh a different box?
Or should I be using another OnCurrent in my code builder? or both?