G
gwag17
Guest
I have found several #errors in a memo field in one of my tables. Whenever I select the corrupted record it gives me the following message "The Microsoft Jet Engine stopped the process because you and another user are attempting to change the same data at the same time."
Is there any way to fix these records? and does anybody know how this error happens?
I have tried the following code to try and fix it - "IIF(iserror[fieldname]) = true, null,[fieldname])
This however has not worked.
Any help on this would be much appreciated
Alan Jamieson
Is there any way to fix these records? and does anybody know how this error happens?
I have tried the following code to try and fix it - "IIF(iserror[fieldname]) = true, null,[fieldname])
This however has not worked.
Any help on this would be much appreciated
Alan Jamieson