Tearing my hair out trying to find any help from any source (despite loads of searching and looking in books!) showing me how to make a validation rule for numeric values including a decimal place, eg, I want to allow double values. I have the table field set to Double, but I need to do the validation on user input as well, before it's saved to the table, as there is a visible calculation field in the form based on some field values.
I assume it's something like LIKE "[0-9]* but how do I make it accept a decimal place in any position please?
Yours desperately.
I assume it's something like LIKE "[0-9]* but how do I make it accept a decimal place in any position please?
Yours desperately.