run-time error '2486' "You can't ...

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hi All,
For some inexplicable reason an application I have created has chosen to
throw up a runtime error. Prior to the error everything was running well,
then "hey presto" runtime error. I didn't make any code adjustments
immediately prior to the error showing.
The error is as follows.
run-time error '2486' "You can't carry out this action at the present time."
The trigger is Runcommand acCmdRefreshPage
It fires on a number of different forms using "On Current" and "After
update" events and on some Combo and Text box "Click" or "OnChange" events.

This has me baffled. Changing the Runcommand acCmdRefreshPage to a
DoCmd.Repaint produces the same error.

Using Access2003

Anyone with a answer or alternative solution?

Thanks in advance

Nick.
 
The Error appears to occur before the form is visible when associated with
the On Current Event. So maybe there is a speed issue involved.
 
Back
Top