Run Time Error 2486 - Can't Carry out this action at the present time

Joined
Apr 13, 2007
Messages
2
Reaction score
0
I'm interfacing to Access Reports from my VB application. I'm running Access 2003.
I create the report table in VB and call my Access report.

DoCmd.RunReport "ReportQuoteActivityPrint", acViewNormal

I keep getting the 2486 error. It worked at first, but now I get the error. It acts like there is a lock code on the table or database. I've searched the Microsoft problems and can't find this issue.

Any help would be appreciated.....

I tried some reports this morning and got the same error....I did notice that when I opened my ACCESS database, my object.view was set on the reports. I set my object. view to my tables, saved, and reran the VB application. They work!

For what it is worth, I think ACCESS may be locking at the object.view level, if there is a change to reports. Even if you save your report changes, ACCESS may not want to release it???
 
Last edited:

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top