From: kevcar40 on
hi
i have a field in a table which has bees set to 12 Characters
what i would like to do is make sure the user enter 12 characters
also the string will contain only number

any help please

thanks

kevin
From: Phil on
On 23/07/2010 08:49:29, kevcar40 wrote:
> hi
> i have a field in a table which has bees set to 12 Characters
> what i would like to do is make sure the user enter 12 characters
> also the string will contain only number
>
> any help please
>
> thanks
>
> kevin
>

On the field Input Mask use "000000000000" without the inverted commas (12
zeros)

Phil
From: Marshall Barton on
kevcar40 wrote:
>i have a field in a table which has bees set to 12 Characters
>what i would like to do is make sure the user enter 12 characters
>also the string will contain only number

Try setting the field's Validation Rule property to:
Like "############"
and maybe set the ValidationText property to a meaningful
message,

--
Marsh