Solved Field that starts with zero (1 Viewer)

oxicottin

Learning by pecking away....
Local time
Today, 06:29
Joined
Jun 26, 2007
Messages
856
I have a table field that has zeros as its first number, how do I get it to save the zeros?
 

pbaldy

Wino Moderator
Staff member
Local time
Today, 03:29
Joined
Aug 30, 2003
Messages
36,123
It would have to be a text field rather than a numeric field. I might consider leaving it a number and formatting it with the leading zeros as appropriate.
 

arnelgp

..forever waiting... waiting for jellybean!
Local time
Today, 18:29
Joined
May 7, 2009
Messages
19,231
you dont save it, instead on table design you can add Format property to add Leading zeros, eg:

Format: 0000
 

Pat Hartman

Super Moderator
Staff member
Local time
Today, 06:29
Joined
Feb 19, 2002
Messages
43,213
I strongly recommend that you NOT apply formats to data on tables. In the table you should be able to see the actual data. Format in a query or on forms and reports but NEVER apply formats on tables.
 

Users who are viewing this thread

Top Bottom