Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Error 3197 - Engine Stopped

Status
Not open for further replies.

jaaret

Instructor
Jun 19, 2002
171
I have a database open exclusively and I am still getting error 3197: The Microsoft Jet database engine stopped the process because you and another user are attempting to change the same data at the same time. Why am I getting this error when I am the only person accessing the database? What else can trigger this error?
 
It is possible to get this error when, say, you have updated a table with code and on the form.
 
I had this small piece of code in the subform's combo box. Commenting it out appears to have fixed the problem.

Private Sub cmbComContactID_Enter()
'Me.cmbComContactID.Requery

End Sub

Thanks,
Jaaret
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top