Memo field issue ( overwriting ) ?

liamfitz

Registered User.
Local time
Today, 06:36
Joined
May 17, 2012
Messages
240
I have a memo field, which I write to with a string ( this is a list of files and their pathways/locations ). The idea is that if the 'target' folder's contents change, this/these change(s) are reflected in my memo field. So I 'read' the contents of the relevant folder every time the form loads, and try to overwrite the Memo field with this concatenated string ( even if the folders' contents are unchanged - no harm done - just overwrite the data with exactly the same string - or so I thought ). However, I'm getting errors with this after the first 'write' to the field, saying record cannot be changed at this time, and it simply deletes the data, leaving a #Deleted where the data was, and making it 'unwriteable' to. Any ideas ? Thanks in advance.:o
 
You have provided almost no context of whatever you're doing or why. It would help with some background material and an example.

Why are you using a memo field? It seems a table with a meaningful structure would do the job and be easy to use and maintain. But that's just a guess since we aren't sure what you are trying to do.
 

Users who are viewing this thread

Back
Top Bottom