Hello everyone,
Since lately I am having problems with a multi user database with front and back end. It is a IT Helpdesk tool.
I get the follwoing error. Either when entering a new record or updating an existing record it freezes. I can navigate between existing records. After entering and updating it starts calculating and after a while the following error occurs.
run-time error 3218
Could not update, currently locked.
Debugging points at a listbox. Yellow before me.requery (I need to requery as the database had problems with the bookmark error, see: http://support.microsoft.com/?id=191883)
Private Sub Listbox_AfterUpdate()
Me.Requery
How can I solve this guys? Any help is appreciated.
When I go to a different form in the database that uses a different table I can make changes to the data in that table without problems! Moving to the helpdesk form and access freezes.
Since lately I am having problems with a multi user database with front and back end. It is a IT Helpdesk tool.
I get the follwoing error. Either when entering a new record or updating an existing record it freezes. I can navigate between existing records. After entering and updating it starts calculating and after a while the following error occurs.
run-time error 3218
Could not update, currently locked.
Debugging points at a listbox. Yellow before me.requery (I need to requery as the database had problems with the bookmark error, see: http://support.microsoft.com/?id=191883)
Private Sub Listbox_AfterUpdate()
Me.Requery
How can I solve this guys? Any help is appreciated.
When I go to a different form in the database that uses a different table I can make changes to the data in that table without problems! Moving to the helpdesk form and access freezes.