G
Guest
I can export an access query to a text file with no problem. This includes
exporting one large text blob field - where some records exceed 350 chars in
width
However, if I change the query to include a calculated field that combines
two fields from a table together (i.e. the original text blob of 350+ chars,
and one more field of about 50 chars), then I get problems exporting to a
text file: the resulting text file is truncated so that the calcuated field
is a max of 255 chars wide. (i.e. it is now shorter than if I just exported
the original text blob)
I can see all characters in the access query - it is the exporting process
that truncates it
Anyone know why this happens? (and more importantly how to get around it)
TIA
exporting one large text blob field - where some records exceed 350 chars in
width
However, if I change the query to include a calculated field that combines
two fields from a table together (i.e. the original text blob of 350+ chars,
and one more field of about 50 chars), then I get problems exporting to a
text file: the resulting text file is truncated so that the calcuated field
is a max of 255 chars wide. (i.e. it is now shorter than if I just exported
the original text blob)
I can see all characters in the access query - it is the exporting process
that truncates it
Anyone know why this happens? (and more importantly how to get around it)
TIA