validation method

I have a select box in my form set up as :

Value Label 0 Please select 1 some real value 2 some real value 3 some real value

I'm wondering if there is some way to doctor up one of the validation methods, to say if value = 0 , throw error.

TIA Stuart