Re: Append truncates some text fields
- From: "Duane Hookom" <DuaneAtNoSpanHookomDotNet>
- Date: Thu, 12 Oct 2006 10:50:15 -0500
I would check the Format and Input Mask properties. These may mask the
actual values contained in the fields.
--
Duane Hookom
MS Access MVP
"Chutney via AccessMonster.com" <u14792@uwe> wrote in message
news:67a8eb3666f44@xxxxxx
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: Chutney via AccessMonster.com
- Re: Append truncates some text fields
- References:
- Append truncates some text fields
- From: Chutney via AccessMonster.com
- Append truncates some text fields
- Prev by Date: Re: Only Return Lastest Date From Records
- Next by Date: Re: Combining 84 tables with one query...help!
- Previous by thread: Append truncates some text fields
- Next by thread: Re: Append truncates some text fields
- Index(es):
Relevant Pages
|