Hello All,
I am working on Access 2000. I have a table named tblclient. In this table I have a field named zip which
is for zip code. I have originally defined the datatype
for this field as text. I would now like to redefine the
field as numeric and update the table accordingly. I have
attempted by changing the datatype to numeric but the result has trunicated the last four digit and dash. Here is an example:
Before truncation: 94121-1016
After truncation: 94121
This is what I would like to accomplish.
1. Be able to update the datatype for the field zip from text to numeric without truncation.
What are the steps that I need do to accomplish this?
Thanks in advance for any suggestion or help.
I am working on Access 2000. I have a table named tblclient. In this table I have a field named zip which
is for zip code. I have originally defined the datatype
for this field as text. I would now like to redefine the
field as numeric and update the table accordingly. I have
attempted by changing the datatype to numeric but the result has trunicated the last four digit and dash. Here is an example:
Before truncation: 94121-1016
After truncation: 94121
This is what I would like to accomplish.
1. Be able to update the datatype for the field zip from text to numeric without truncation.
What are the steps that I need do to accomplish this?
Thanks in advance for any suggestion or help.