Hello people.
Have anyone come across this:
I have a query that combines memo fields of several tables that are joined by a common denominator field into MemosComb field of qryComb query.
Table1... Table2... Table3...........qryComb
Memo1.....Memo2.....Memo3............MemosComb
where MemosComb: [Memo1] & [Memo2] & [Memo3]
qryComb is a record source of a report. When I ran the report the MemosComb field doesn't show all the lenght of the text of the combined memos but cuts some of it, and shows only a part of it which I figure is of a lenght of a 255 string.
When I try to run a make table query outta qryComb I too get 255 text fields instead of memos - maybe it is related to the report problem?
Any suggestions or thoughts on this?
How can I make the report show the entire length of the memo?
Much thanks, inso
Have anyone come across this:
I have a query that combines memo fields of several tables that are joined by a common denominator field into MemosComb field of qryComb query.
Table1... Table2... Table3...........qryComb
Memo1.....Memo2.....Memo3............MemosComb
where MemosComb: [Memo1] & [Memo2] & [Memo3]
qryComb is a record source of a report. When I ran the report the MemosComb field doesn't show all the lenght of the text of the combined memos but cuts some of it, and shows only a part of it which I figure is of a lenght of a 255 string.
When I try to run a make table query outta qryComb I too get 255 text fields instead of memos - maybe it is related to the report problem?
Any suggestions or thoughts on this?
How can I make the report show the entire length of the memo?
Much thanks, inso