You canceled the previous operation message

  • Thread starter Thread starter Mary
  • Start date Start date
M

Mary

"You canceled the previous operaton" message keeps popping
up when I click one of my access reports and won't allow
me to open it. I've shut the computer down and it still
occurs. The database is on a shared drive.
 
First split the database and put a copy of the front-end on the workstation
of each user. There is a wizard to help you do this located in Tools ...
Database Utilities ... Database Splitter. If it isn't there you'll need to
install it.

Next, check the NoData property on the report's property sheet and if it is
set to No, either reset it, or set it in code where you can add some error
handling, even On Error Resume Next will work here.
--
Arvin Meyer, MCP, MVP
Microsoft Access
Free Access downloads:
http://www.datastrat.com
http://www.mvps.org/access
 
Back
Top