using a combo box to find values in list box

Cruz

Registered User.
Local time
Yesterday, 22:06
Joined
Jun 15, 2004
Messages
15
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 :) !
 
Look in the FAQ forum for my Thread on Cascading Comboboxes .:cool:
 
Amazing :D And I adapted it to the listbox, works perfectly :) Thanks for your help!
 
At least I know it's not me - every one else that's used it has had problems and not been able to follow it. Must be them. :cool:
 

Users who are viewing this thread

Back
Top Bottom