
Problem updating memo field
Access97
Windows98
I have a memo field which VBA updates with an audit trail of record changes.
Once the memo field gets to a certain length (far below its limit) I get the
following error message when I try to do ANYTHING with the field using VBA
(including setting the memo field = "")
Run-Time Error: 3188
Couldn't update: currently locked by another session on this machine.
Any ideas?