Hi,
I got this error from my application while deleteing a record:
Run-time error '-2147217887(80040e21)' Check each status value.
I am using ADO Data Control and its properties are as follows:
BOF Action = adDoMoveFirst
CursorLocation = adUseClient
CursorType = adOpenStatic
EOFAction = adDoMoveLast
LockType = adLockOptimistic
Mode = adModeReadWrite
Going through all the records in a table
One Recrod per Screen
I am getting the error on the following condition:
When the "Delete" button is clicked the following command is executed which
resulted in the above error:
adoCircuits.Recordset.Delete
This code works on other forms that I created but is failing in this form
only.
Please Help, if you came across the same problem.
Thank you,
Bill Gaddam