I have a column in database with corresponding field in form with drop down values as Yes and No . When i do a update in the form the Yes is taken as -1 and No as 0 in table . The column datatype is text .Why is this happening. I want a yes or No in table also.