Does anybody know how I can validate a field entry when submitting a form?
I have a simple form that uses a lookup to determine the value of a particular field. This is working perfect and the fields value is therefore a valid value.
This field can not be readonly and so therefore the user is still able to enter a free form text, and the update of my table proceeds. I need that field to be checked so that its value matches a DB value that I have in my lookup table.
Cheers