leading Zeros in input mask

Sol

Registered User.
Local time
Today, 21:52
Joined
Feb 24, 2000
Messages
31
I need to set-up an in put mask to accept leading zeros. For some reason they always get removed once the user hits enter on the field?

Any ideas?

Thanx
 
You might try setting the format proerty for the field, both in the table and on the form unless you delete and re-add the field.

For a 5 position numeric field, the format property would be 00000 if you want leading zeros.

Denny
 

Users who are viewing this thread

Back
Top Bottom