J
John Doe
I am using a text box for the user to enter a number.
The number must be >0 and it also must be an integer.
I want to create a validation rule for this but I haven't figured out
the syntax.
I have the following defined for the field (in the table):
Field Size = Long Integer
Required = Yes
If I set Validation Rule equal to >0 then it gives the error message
that I want when you enter -1.
But if you enter 1.5, then there is no error message and the entry is
rounded to 2.
I would like to generate an error message when the user enters
non-integer numbers.
The number must be >0 and it also must be an integer.
I want to create a validation rule for this but I haven't figured out
the syntax.
I have the following defined for the field (in the table):
Field Size = Long Integer
Required = Yes
If I set Validation Rule equal to >0 then it gives the error message
that I want when you enter -1.
But if you enter 1.5, then there is no error message and the entry is
rounded to 2.
I would like to generate an error message when the user enters
non-integer numbers.