
I need to populate a drop down box with data from a field where there can be anything from 1 to 95 instances of each possibility
But I only want one of each instance in the drop down
EG:-
Database records
a
bbb
ccccccc
dd
e
ffffffff
I just want to end up with
a
b
c
d
e
ect...
I know it can be done but I cannot get my head around the code
Help anyone ??