Hi,
If i had these values in a database field called 'type'
Car
Car
Car
Car
Truck
Car
Truck
Motorbike
Motorbike
Car
Car
How could i create a drop down box that will just show the data once, e.g. a list box dynamically generated from the database with these values:
Car
Truck
Motorbike
At the moment it shows every bit of data, even if it's the same!!
Please help, Thanks!!!