Dear forum,
When running a line similar to this to add a new record to a table:
I'm getting:
Run-time error 3167: "Record Is Deleted"
When I click debug, I'll get the same error for a few seconds every time I try to run the same line then, after about 5 seconds, the line will run fine and the new record is created.
How can this be? Has anyone ever suffered anything similar to this problem?
Access 97 SR-2, Windows 2000, MSJET35.DLL version: 3.51.3328.0
When running a line similar to this to add a new record to a table:
Code:
DoCmd.RunSQL "INSERT INTO MyTable VALUES (1,2,3)"
I'm getting:
Run-time error 3167: "Record Is Deleted"
When I click debug, I'll get the same error for a few seconds every time I try to run the same line then, after about 5 seconds, the line will run fine and the new record is created.
How can this be? Has anyone ever suffered anything similar to this problem?
Access 97 SR-2, Windows 2000, MSJET35.DLL version: 3.51.3328.0