Re: Number Data Type Field and Leading Zeros
From: Ken Snell (kthsneisllis9_at_ncoomcastt.renaetl)
Date: 07/27/04
- Next message: BobV: "Need a design suggestion"
- Previous message: Jay Vinton: "RE: Number Data Type Field and Leading Zeros"
- In reply to: Carlos: "Number Data Type Field and Leading Zeros"
- Next in thread: John Nurick: "Re: Number Data Type Field and Leading Zeros"
- Messages sorted by: [ date ] [ thread ]
Date: Tue, 27 Jul 2004 19:22:45 -0400
Can't be done with a number formatted field. You will have to change the
field to text format.
Text can easily be converted to numbers via Val function and other means.
Your other programs will need to do the conversion.
--
Ken Snell
<MS ACCESS MVP>
"Carlos" <anonymous@discussions.microsoft.com> wrote in message
news:542d01c47429$8d83c200$a601280a@phx.gbl...
> I have a table that has one field set to a number data
> type. As part of the values input process, I need to enter
> values leading with a zero as the first digit.
> Unfortunately, every time we try to enter one of these
> values, Access drops the leading zero automatically. Also,
> I can't change the data type to text since programming
> code in other applications tied in to this table require
> the field to be a number data type.
>
> Any suggestions on how to keep the leading zero as part of
> the values without having to change the data type?
>
> Thank you.
- Next message: BobV: "Need a design suggestion"
- Previous message: Jay Vinton: "RE: Number Data Type Field and Leading Zeros"
- In reply to: Carlos: "Number Data Type Field and Leading Zeros"
- Next in thread: John Nurick: "Re: Number Data Type Field and Leading Zeros"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|