Hi,
My form and update to Db works fine, however if you accidentally hit the "Field Exit" key the form validation is not done and a record is written regardless of the required values not being entered.
Is there any way I can ensure this doesn't happen ? The Db update is dependent on this statement..
if ($submit) {
is this sufficient because I have the feeling there is always a value in there.
Thanks
JG