M
Michael
Hi!
I have some VBA running that is manipulating several tables which are
attached to an open form. I am opening ADO recordsets with either
adLockReadOnly or adLockPessimistic.
My form.requery statement is suddenly generating a "Write Conflict" errors
that state "This record has been changed by another user since you started
editing it. If you save the record... blah blah blah" while I am viewing the
form and I get a no-record failure in VBA.
I wasn't getting these errors earlier, and can't find anything i've recently
changed that would cause this to occur. I'm obviously missing something.
Any suggestions from those of you lurking in the crowd?
Many thanks,
-Michael
I have some VBA running that is manipulating several tables which are
attached to an open form. I am opening ADO recordsets with either
adLockReadOnly or adLockPessimistic.
My form.requery statement is suddenly generating a "Write Conflict" errors
that state "This record has been changed by another user since you started
editing it. If you save the record... blah blah blah" while I am viewing the
form and I get a no-record failure in VBA.
I wasn't getting these errors earlier, and can't find anything i've recently
changed that would cause this to occur. I'm obviously missing something.
Any suggestions from those of you lurking in the crowd?
Many thanks,
-Michael