I need to be able to copy a memo field from one table to another.
When I use db.Execute " INSERT.....", the field is truncated to a few lines.
The memos are not long ( generally <1,000 characters).
I've tried GetChunk, which reads the field OK, but AppendChunk truncates
all after the first CR in the field.
Can anyone tell me what I'm missing.
Bob Darlington