I have a table in my database that contains fields relating to addresses. What I want to do is to give the user a choice to view all the locations from a certain county. As there can be multiple instances of a county in the table how do I ensure the county only gets displayed once.
For example in the table I may have 5 entries which are:
Devon
Cornwall
Devon
Devon
Sommerset
When I retrieve all the information from the table I want to display only
Devon
Cornwall
Sommerset.
I hope this is clear.
Any help is appreciated.
Thanks