BrenoAguiar
IS-IT--Management
HI Folks,
I'm having an error:
(runtime error '3188, could not update; currently locked by another sesion in this machine)
whenever I'm updating a memo field in my table "units". That happens after that field is loaded with more that 2000 caracteres. I've seen some stuff on the internet about it but nothing that would solve the problem. It seems to be an Access Issue with Memo fields (even holding 64,000 caracteres). I'm using an unbound form to update this Memo Field (notes) and the the SQL is:
DoCmd.RunSQL "UPDATE Units SET Notes=[Notes] & chr(13) & chr(10) & chr(13) & chr(10) & [text2] & [addnt] & [space] where [computercode] = '" & Me!compcode & "'"
Any sugestions? Thanks in Advance
I'm having an error:
(runtime error '3188, could not update; currently locked by another sesion in this machine)
whenever I'm updating a memo field in my table "units". That happens after that field is loaded with more that 2000 caracteres. I've seen some stuff on the internet about it but nothing that would solve the problem. It seems to be an Access Issue with Memo fields (even holding 64,000 caracteres). I'm using an unbound form to update this Memo Field (notes) and the the SQL is:
DoCmd.RunSQL "UPDATE Units SET Notes=[Notes] & chr(13) & chr(10) & chr(13) & chr(10) & [text2] & [addnt] & [space] where [computercode] = '" & Me!compcode & "'"
Any sugestions? Thanks in Advance