Strange error msg 2486 -- you can't carry out this action at the present time 
Author Message
 Strange error msg 2486 -- you can't carry out this action at the present time

DoCmd.GoToControl sCtrlName

 this command asks access to goto a control, but the click event of the
 button is not completed. THe form_change events need to go next also

You can't perform this action at that time.

--
Posted via http://www.*-*-*.com/



Tue, 04 Oct 2005 03:33:14 GMT  
 Strange error msg 2486 -- you can't carry out this action at the present time
This drove me nuts until I found out you can't perform a .goto WHEREVER
in debug mode.  You have a problem somewhere else in your code, but "You
can't perform this action at that time" is a red herring if you're
debugging!

HTH

Quote:

> DoCmd.GoToControl sCtrlName

>  this command asks access to goto a control, but the click event of the
>  button is not completed. THe form_change events need to go next also

> You can't perform this action at that time.

> --
> Posted via http://dbforums.com



Tue, 04 Oct 2005 22:08:58 GMT  
 
 [ 2 post ] 

 Relevant Pages 

1. Strange error msg 2486 -- you can't carry out this action at the present time

2. Strange error msg 2486 -- you can't carry out this action at the present time

3. Strange error msg 2486 -- you can't carry out this action at the present time

4. Strange error msg 2486 -- you can't carry out this action at the present time

5. access error # 2486 - You can't carry out this action at the present time

6. Run-Time Error 2486 - Can't Carry Out Operation at Present Time

7. Error : Can't Carry Out Action .....

8. Error 2468 - "you can't carry out this action at the present time"

9. Run-Time error 2486

10. Run-time Error number 2486

11. Runtime Error 2486

12. Error 2486 - Access 2000

 

 
Powered by phpBB® Forum Software