I
Ian Smith
Can anyone offer suggestions to get around an Access lock bug? Here’s the deal.
In several places in my application, I have memo fields displayed in two or
three line text fields. The data is usually much more than two lines long, so
when a user clicks on a field, I throw up a form with a large editing window
to allow the user to read and edit the form in its entirety. With moderate
lengths of text, it works like a charm
The problem is that if the memo field is lengthy (greater than 1k or so),
Access fails to properly release the lock held by the underlying form and
when the user attempts to leave the editing form, he encounters his own lock
and can not update.
I’ve tried all sorts of work-arounds. My current attempt is to bring up the
editing form modal and have it put a blank subform in place of the subform
containing the two line text display. That eliminates the error message, but
if the data is lengthy, it still doesn’t get updated.
I’m thinking I need a fresh approach and am begging for suggestions.
In several places in my application, I have memo fields displayed in two or
three line text fields. The data is usually much more than two lines long, so
when a user clicks on a field, I throw up a form with a large editing window
to allow the user to read and edit the form in its entirety. With moderate
lengths of text, it works like a charm
The problem is that if the memo field is lengthy (greater than 1k or so),
Access fails to properly release the lock held by the underlying form and
when the user attempts to leave the editing form, he encounters his own lock
and can not update.
I’ve tried all sorts of work-arounds. My current attempt is to bring up the
editing form modal and have it put a blank subform in place of the subform
containing the two line text display. That eliminates the error message, but
if the data is lengthy, it still doesn’t get updated.
I’m thinking I need a fresh approach and am begging for suggestions.