I am trying to do somethign like Where a pulldown menu is repopulated after a selection is made from another pulldown menu. I want to populate these menus with a table. And when a selection is made then depending on the selection is populates a second pulldown menu with data from a table. The tables have a unique identifier that identfy them as being in the same group.
Cat(Category) and SubCat (Sub Category). Is this even possible? I was looking at arrays, but I'm not sure.
Cat(Category) and SubCat (Sub Category). Is this even possible? I was looking at arrays, but I'm not sure.