View Full Version : leading Zeros in input mask


Sol
03-14-2000, 07:35 AM
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

dennyryan
03-14-2000, 10:01 AM
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