I've got a table, here is an example
expertise excode
=================================
Building types 01000000
education 01010000
k-12 01020000
construction 02000000
substructure 02010000
foundations 02020000
i would like to pull a dynamic menu from the last table to put it on my ASP. Of course the table has more records.
Now the final results should be categorize according to each category code
so Building types: should have under neath it (education and K-12) as they both belong to the 01 code
Construction should have under neath it (substructure and foundations) as both belong to the 02
It has to be dynamic (loop with variable not numbers), because the categories will increase in the future.
any ideas?
Thanks in advance
expertise excode
=================================
Building types 01000000
education 01010000
k-12 01020000
construction 02000000
substructure 02010000
foundations 02020000
i would like to pull a dynamic menu from the last table to put it on my ASP. Of course the table has more records.
Now the final results should be categorize according to each category code
so Building types: should have under neath it (education and K-12) as they both belong to the 01 code
Construction should have under neath it (substructure and foundations) as both belong to the 02
It has to be dynamic (loop with variable not numbers), because the categories will increase in the future.
any ideas?
Thanks in advance