Hi,
I have built a database for multi-user having a front end and backend linked to a database.
When 1 user add items, it's fine. Now that I allow multiple user to add data, all the data are screwed, and it became #Error and has that "Not a valid bookmark" error.
I have a main form: frmParent
On that main form, i have a subform.
The code I have in the subform is:
Is this code that cause that error?

I have built a database for multi-user having a front end and backend linked to a database.
When 1 user add items, it's fine. Now that I allow multiple user to add data, all the data are screwed, and it became #Error and has that "Not a valid bookmark" error.
I have a main form: frmParent
On that main form, i have a subform.
The code I have in the subform is:
Code:
Private Sub Form_Current()
Form_frmParent.subWork.Requery
End Sub
Is this code that cause that error?
