Hi, I have a dropdown box. The choices are directly queried from a database table, particularly a column called MAKE.
Make has some duplicate entries since a make of a car could have many models so example would be HONDA repeating itselft in the MAKE column since it has different models (CIVIC, ACCORD, etc)
Is there anyway that I can just show Honda once in my dropdown list ? Right now, when you pull down the list it will show honda 5 times since there are 5 different models for it.
To get a better idea ... My testpage can be seen at:
thanks
Make has some duplicate entries since a make of a car could have many models so example would be HONDA repeating itselft in the MAKE column since it has different models (CIVIC, ACCORD, etc)
Is there anyway that I can just show Honda once in my dropdown list ? Right now, when you pull down the list it will show honda 5 times since there are 5 different models for it.
To get a better idea ... My testpage can be seen at:
thanks