Runtime Error 3426?? 
Author Message
 Runtime Error 3426??

I have a standalone Database program that has a search function that is giving
me some trouble. If I delete a record and then perform a search for that same
record I get run time error 3426 - "The action was cancelled by an associated
object."

I initially assumed that it was because I didn't refresh the recordset after
deleting the record so I added code to perform a recordset refresh upon the
delete. I still get the same error message. Any ideas?

Thanks in advance for your help.

Ken Sturgeon

http://www.*-*-*.com/ ~fishhead



Wed, 25 Aug 1999 03:00:00 GMT  
 Runtime Error 3426??

Quote:

> I have a standalone Database program that has a search function that is giving
> me some trouble. If I delete a record and then perform a search for that same
> record I get run time error 3426 - "The action was cancelled by an associated
> object."

Try doing an Update on your Recordset after you delete the record. Might
help.


Fri, 27 Aug 1999 03:00:00 GMT  
 Runtime Error 3426??


  > >
  > > I have a standalone Database program that has a search function that is giving
  > > me some trouble. If I delete a record and then perform a search for that same
  > > record I get run time error 3426 - "The action was cancelled by an associated
  > > object."
  > >

  > Try doing an Update on your Recordset after you delete the record. Might
  > help.

Umm, no. Either Refresh the recordsets including that record or
move off of the deleted record immediately. Doing an Update will
just cause more errors. Read the help on Delete, dammit.

--

WARNING: I cannot be held responsible for the above        They're   coming  to
because  my cats have  apparently  learned to type.        take me away, ha ha!



Fri, 27 Aug 1999 03:00:00 GMT  
 
 [ 3 post ] 

 Relevant Pages 

1. runtime error 3426

2. Runtime error 3426 - This action was cancelled by an associated object

3. Runtime error 3426 (recordset problem?)

4. Runtime Error 3426

5. Help : Runtime error 3426

6. Help - Runtime Error 3426

7. VB4: runtime error 3426

8. RunTime Error 3426

9. Runtime error 3426

10. Runtime Error 3426??

11. Help - Runtime Error 3426

12. VB5 Professional: Access database runtime error 3426

 

 
Powered by phpBB® Forum Software