Can I apply input mask to a numeric field ?

P

Peter

There is a requirement to enter YYYY in a number field.

I have assigned a Integer field for this purpose. I would like to know is
it possible to apply input mask so that end user will enter only 4 digits
only ?

Thanks
 
A

Arvin Meyer [MVP]

If you want exactly 4 digits, use:

0000

If you want up to 4 digits, use:

9999
 
P

Peter

Dear Arvin,

Thank you for your advice.

Initially, I apply input mask on the table but it doesn't work. Then I
apply input mask on the form that end user will enter data.

I would like to know why we have to apply the input mask in the form level
but not in the table level ?

Thanks
Peter
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top