I have a page with about 30 text boxes that each collect a rank. The text boxes are named dynamically within a <CFOUTPUT QUERY...> loop. I want to validate that each rank is different (for example they are not allowed to enter a rank of '1' more than once). Does anyone know of a way to do this?