NOT NULL Validation clears all Fields
37961Mar 7 2007 — edited Mar 25 2007I have a page/form with six entereable fields, and four of them are NOT NULL database columns. I created the form based on a view, and it seemed to automatically create the NOT NULL Validations for me.
However; when I leave one of the four mandatory fields blank, it clears out all of the other fields that I entered data into and displays a red X and the message that reads "_______ must have some value" next to all four of the fields. This seemingly should only display next to the one that I left blank, and not clear out the other fields that I entered values for.
Any help would be greatly appreciated.