Append truncates some text fields
- From: "Chutney via AccessMonster.com" <u14792@uwe>
- Date: Thu, 12 Oct 2006 15:38:44 GMT
When I append a text field from a staging (temp) table to the master table,
some, but not all, of the data is truncated by 1 character.
The field definition is identical in both tables:
Data type = Text
Field size = 9
Required = No
Allow Zero Length = No
Except only the index. The field is not indexed in the staging table. It is
indexed (allow duplicates = Yes) in the master table.
The data in the field is a string of 9 digits (I use text because some of
them begin with 1 or more zeros.) The append query is a straight append with
no transformations on this field.
The staging table has 7025 records. I have confirmed that the data in this
field for all records in the staging table is exactly 9 digits. However,
after appending these records to the master table, 1391 of the records have
only 8 digits in this field (the right most digit has been dropped.) All the
rest have the correct 9 digits.
Does anyone have a suggestion as to what might be causing this apparently
random truncation?
--
Message posted via AccessMonster.com
http://www.accessmonster.com/Uwe/Forums.aspx/access-queries/200610/1
.
- Follow-Ups:
- Re: Append truncates some text fields
- From: Duane Hookom
- Re: Append truncates some text fields
- Prev by Date: Re: NOT LIKE search criteria
- Next by Date: Re: NOT LIKE search criteria
- Previous by thread: RE: How to find the first occurence, by date, of a record in a ta
- Next by thread: Re: Append truncates some text fields
- Index(es):
Relevant Pages
|