> Notice that Doug's example is "D2" ---
> 2 Decimal places
[quoted text clipped - 13 lines]
> > Interesting. I can understand somewhat the E4 thinking the power of.
> > What is the "D"?
Thanks for all the replies. Just after posting the message I realised
that defining the datatype was all I needed however the comment on
IsNumeric took me by surprise. It is amazing what a seemly simple
question can raise.
Thanks
Laurie
user_5701 - 21 Sep 2004 19:27 GMT
If the only thing that field can accept is numbers only, use an
InputMask on the field.
Defining the datatype will still allow them to enter letters, but I
think it will throw an error when they leave that field if they typed
in something that the datatype in the table won't allow. (such as a
letter in a Number datatype field)
> > Notice that Doug's example is "D2" ---
> > 2 Decimal places
[quoted text clipped - 21 lines]
> Thanks
> Laurie
Laurie - 26 Sep 2004 02:38 GMT
Hi
Yes a datatype was not the answer so I decided to redesign the
database and
use a text field in place of the number field I was trying to
validate. This ended up being a much better solution overall.
Cheers
Laurie