Update
Hi Jason
there I was saying I was nearly there ;-)
In my search.php
(search.php)
I changed the record set - first selecting the advanced button - to
SELECT DISTINCT UserAge,UserSex,UserTypes,UserArea,UserEthnicity
FROM users
where UserAge,UserSex,UserTypes,UserArea and UserEthnicity are the field names.
However when I run the page on my test server it still when I use the box select arrow choices of
male
female
male
Is this recordset codong correct?
thanks
Ian