Five Characters

B

Bill

I have a field title "Emplyee ID"
Date Type is "Number"

Some of the numbers have zeros at the beginning.
Example: 00042
The entry in the table is 42 and I want it to be 00042.
Note: There will always be 5 numbers.
How do I fix this problem?

I'm using Access 2000

Thank you
 
M

MacDermott

You could use a Text datatype.
Leading zeros are always removed in Number type fields.

Alternately, you could set the Format property of the textbox where it is
displayed to something like "00000".

HTH
- Turtle
 

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