I have tried many different scripts I have found but cannot find one that does exactly what I am looking for.
I have a table that has parts with multiple characteristics. Part Number, Height, Width, Capacity, Price, Etc. I would like to have a drop downs for all of these values, when a user selects one of these values it will filter the results into a list.
Ex. user selects a part that has a Height of 6 and width of 10 it will only list those parts.
As I said earlier, I have a script that will give me all the parts, however I am not able to make the onchange list parts with multiple values.
Any help and code examples would be greatly appreciated.