S
slickdock
I am reposting, as I haven't been able to resolve this on previous posts. I
will combine all facts as I see them:
Using Access XP runtime application in a split database (front end and back
end): Users INTERMITTENTLY getting this error: "could not update, currently
locked"
This is coming from a continuous form, upon clicking on the last blank
record in the form, before typing text, the error message appears: "could not
update, currently locked."
The form's source table has a default field value on the [DateCreated]
field of Date(), and a default field value on the [TimeCreated] field of
Now(). Also, there is a default value on a combo box in the FORM's
[cboUserID] field, which is [Forms]![AA]![UserID]. And last, there is a
default value in the form's header on the hidden [MatID] field which is
[Forms]![Matters]![MatID]
When the user clicks on the last record's [txtComment] field in the
continuous form to start a new record, they immediately get the locked error.
Under tools, options, advanced, open databases using record level locking is
checked.
Please help if you can. THank you.
will combine all facts as I see them:
Using Access XP runtime application in a split database (front end and back
end): Users INTERMITTENTLY getting this error: "could not update, currently
locked"
This is coming from a continuous form, upon clicking on the last blank
record in the form, before typing text, the error message appears: "could not
update, currently locked."
The form's source table has a default field value on the [DateCreated]
field of Date(), and a default field value on the [TimeCreated] field of
Now(). Also, there is a default value on a combo box in the FORM's
[cboUserID] field, which is [Forms]![AA]![UserID]. And last, there is a
default value in the form's header on the hidden [MatID] field which is
[Forms]![Matters]![MatID]
When the user clicks on the last record's [txtComment] field in the
continuous form to start a new record, they immediately get the locked error.
Under tools, options, advanced, open databases using record level locking is
checked.
Please help if you can. THank you.