Hi there,
I have a form (let's call it form1) on which it isn't allowed to skip a field, they all have to contain some data.
But putting those fields in the table to required is not an option because there are other forms based on that table on which it is allowed to skip some fields (because it's possible that the user does not have all the data to fill in to those fields) and in that case he receives an error-message that says that the records could not be saved because all fields in the table are set to 'required'.
So i tried to put the validationrules of those fields (in from1) to 'Is Not Null' but you still can skip the fields and leave the form without an error.
Does somebody know a solution???
Thanks already!!!
I have a form (let's call it form1) on which it isn't allowed to skip a field, they all have to contain some data.
But putting those fields in the table to required is not an option because there are other forms based on that table on which it is allowed to skip some fields (because it's possible that the user does not have all the data to fill in to those fields) and in that case he receives an error-message that says that the records could not be saved because all fields in the table are set to 'required'.
So i tried to put the validationrules of those fields (in from1) to 'Is Not Null' but you still can skip the fields and leave the form without an error.
Does somebody know a solution???
Thanks already!!!