Lost newlines in a MS Access memo field
843853Jun 28 2001 — edited Jul 25 2002Hi people,
My program is correctly inserting records in a MS Access table.
The problem is that one of the fields in this table is of memo type. If I insert a String with newlines ("\n") in this field, when a query this field in an Access form, this doesn't appear as a usual text newline (the next character appearing in the next phisical line). Instead, a square symbol appears but no visual carriage return nor line feed. All characters appear continuosly.
If tried combinig \n\r, \t, etc. all these special characters always appear as little squares, but no visual newline.
I hope someone could help me.
Thanks in advance.