
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