B
Bob Howard
How can I test whether more than two decimal places are entered into an
unbound control, and issue an error message if that is the case?
The following are acceptable:
125
125. (a number followed by a decimal point but no decimal digits after it
125.3
125.36
But the following is not acceptable:
125.381 (more than 2 decimal places is in error)
125.3815 (more than 2 decimal places is in error)
etc.
etc.
Thanks!
Bob (@Martureo.Org)
unbound control, and issue an error message if that is the case?
The following are acceptable:
125
125. (a number followed by a decimal point but no decimal digits after it
125.3
125.36
But the following is not acceptable:
125.381 (more than 2 decimal places is in error)
125.3815 (more than 2 decimal places is in error)
etc.
etc.
Thanks!
Bob (@Martureo.Org)