Hi, everybody.
I need your help, please. I have an update query with a Memo field. When I run it, I see it truncates my Memo field until 510 characters.
How can I fix this?
Thanks a lot.
Frank, you gave me the right address to find the answer in the Form forum. But still I am interested to know about this. I tried to copy previous information in a Memo field of the first record to the following record through update query. The query worked well but the Memo field was truncated after 510 characters. Now I am using a code I found in the address you gave me. But I would like to know how to fix that only in case in the future. Why the update query does not work well with Memo field?
One problem could be that the data you are uploading is replacing the existing data because the highlifht in the memo field is focusing on the memo contents.
You may need to say:
Me.txtMemo = Me.txtMemo & " " & NewData
Frank J Hill
FHS Services Ltd.
frank@fhsservices.co.uk
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.