Rainer2000
IS-IT--Management
Hi there,
In my report there is a MEMO field and I have written a VBA selection:
DoCmd.OpenReport stDocName, acPreview,hereCondition:="Nr=" & [NR]
to select the current record, when I use this selection the contents of the MEMO field is not shown or more specific, contains one or two strange charaters. If i take away the selection, the MEMO field is displayed correctly.
Changing the memo field to a 255 character TEXT field in the table will also correctly display everything, but I would like to have more than 255 characters.
Any Idea ?
Thanks, rainer
In my report there is a MEMO field and I have written a VBA selection:
DoCmd.OpenReport stDocName, acPreview,hereCondition:="Nr=" & [NR]
to select the current record, when I use this selection the contents of the MEMO field is not shown or more specific, contains one or two strange charaters. If i take away the selection, the MEMO field is displayed correctly.
Changing the memo field to a 255 character TEXT field in the table will also correctly display everything, but I would like to have more than 255 characters.
Any Idea ?
Thanks, rainer