I would like to have a combo box/dropdown box that would allow me to select a Parent category, and based on what category I have selected, display the child products for that category.
I have the table tblFTEParents which has numParentID and strParentName and then tblFTE which is linked via numParentID. How can I go about doing this? Thanks
!
I have the table tblFTEParents which has numParentID and strParentName and then tblFTE which is linked via numParentID. How can I go about doing this? Thanks
