S
SlowArrow
I had a "truncation of memo field" problem, similar to the ones I could see
here, but with no solution, at least in my case. To be honest, I posted a
similar note attached to an already solved question in one Experts-Exchange
thread.
The report is based on a query, and its target (among others) to display the
whole contents of some data from a memo field (from an oracle database via
the ms odbc to oracle driver). There is a grouping inside the report, via its
Sorting & Grouping facility.
If the query contains the memo field also and the report refers that
memofield in a textfield of the detail section, than a truncation happens
after the 255th character position, even if the can grow property is set to
yes, and the memo doesn't contain carriage controls and/or line feeds. I know
about this problem, so I changed ...
.... the control source of that text field to a DLookUp(....) to obtain the
memo-data from the table directly, then .... I have the following strange
experience: OR the WHOLE contents of the memo appears in the report (on the
preview and on the paper: no difference), OR it is truncated at the end of
the first line at a word boundary. This is independent of wheather the query
contains the memo or not (however I don't use it, because I address the memo
via the control source of the report field directly, so - I believe - the
report executes the necessary groupping and sorting on the base-query
supplied data, and - just after then - obtains the necessary data from the
memo directly). However, it seems to me, that the effect is dependent of just
the contents of the memo, and NOT the placement on the screen or the paper.
I use MS Access'2003, with all the office service packs... however, there
could be some updates since the last pack, which are not installed (so, there
could be a suggestion to install some specific update, and I would be able to
test it, at least in a test environment).
I would appreciate all help
here, but with no solution, at least in my case. To be honest, I posted a
similar note attached to an already solved question in one Experts-Exchange
thread.
The report is based on a query, and its target (among others) to display the
whole contents of some data from a memo field (from an oracle database via
the ms odbc to oracle driver). There is a grouping inside the report, via its
Sorting & Grouping facility.
If the query contains the memo field also and the report refers that
memofield in a textfield of the detail section, than a truncation happens
after the 255th character position, even if the can grow property is set to
yes, and the memo doesn't contain carriage controls and/or line feeds. I know
about this problem, so I changed ...
.... the control source of that text field to a DLookUp(....) to obtain the
memo-data from the table directly, then .... I have the following strange
experience: OR the WHOLE contents of the memo appears in the report (on the
preview and on the paper: no difference), OR it is truncated at the end of
the first line at a word boundary. This is independent of wheather the query
contains the memo or not (however I don't use it, because I address the memo
via the control source of the report field directly, so - I believe - the
report executes the necessary groupping and sorting on the base-query
supplied data, and - just after then - obtains the necessary data from the
memo directly). However, it seems to me, that the effect is dependent of just
the contents of the memo, and NOT the placement on the screen or the paper.
I use MS Access'2003, with all the office service packs... however, there
could be some updates since the last pack, which are not installed (so, there
could be a suggestion to install some specific update, and I would be able to
test it, at least in a test environment).
I would appreciate all help