A
amkazen
Hi, I was just reading the post titled "query results return incomplete text"
from Nov 2004. I spent all day long yesterday (over 6 hours) pulling my hair
out because I could not import a description field in its entirety from an
Excel spreadsheet. How did I know I was not getting the entire descritpion?
A lot of the records have more than 255 characters in the description and
when I ran a query using the "len" function all it would return was 255
characters which told me my data had been truncated during the import. I
even had Ken and Joe, MVPs on this Discussion group, helping me to no avail.
I finally split my Excel spreadsheet into 3 different spreadsheets, and split
the description field into 9 description fields using the Excel functions of
"left" and "mid" with each field being less than 255 characters. Now, I
discover this fun fact about truncation with group by and union.
Can anyone explain to me why this occurs? Can anyone tellme why i could not
find this info in Help, Knowledge Base, or in the newsgroups when searching?
I used the term truncation and truncating to search. I did not search in the
queries disccusion group because I believed my problem was in importing,not
the query. Bottom line, is I felt like an absolute idiot when what I told my
coworkers would take 5 minutes took 6 hours, and now I find out I may have
done it in 5 minutes but did not realize it because I failed to visually
check my table and relied on a query using the "len" function!
Andrew
from Nov 2004. I spent all day long yesterday (over 6 hours) pulling my hair
out because I could not import a description field in its entirety from an
Excel spreadsheet. How did I know I was not getting the entire descritpion?
A lot of the records have more than 255 characters in the description and
when I ran a query using the "len" function all it would return was 255
characters which told me my data had been truncated during the import. I
even had Ken and Joe, MVPs on this Discussion group, helping me to no avail.
I finally split my Excel spreadsheet into 3 different spreadsheets, and split
the description field into 9 description fields using the Excel functions of
"left" and "mid" with each field being less than 255 characters. Now, I
discover this fun fact about truncation with group by and union.
Can anyone explain to me why this occurs? Can anyone tellme why i could not
find this info in Help, Knowledge Base, or in the newsgroups when searching?
I used the term truncation and truncating to search. I did not search in the
queries disccusion group because I believed my problem was in importing,not
the query. Bottom line, is I felt like an absolute idiot when what I told my
coworkers would take 5 minutes took 6 hours, and now I find out I may have
done it in 5 minutes but did not realize it because I failed to visually
check my table and relied on a query using the "len" function!
Andrew