S Sol Registered User. Local time Today, 18:13 Joined Feb 24, 2000 Messages 31 Mar 14, 2000 #1 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
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
D dennyryan Registered User. Local time Today, 18:13 Joined Dec 21, 1999 Messages 45 Mar 14, 2000 #2 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
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