"You canceled the previous operation"

  • Thread starter Thread starter David
  • Start date Start date
D

David

Using Access 2003, SP3. I have this code when a button is clicked:

DoCmd.DoMenuItem acFormBar, acRecordsMenu, acSaveRecord, , acMenuVer70

When this line tries to execute, I get the error "You canceled the
previous operation".

The lines of code after this try to open a report. I've tried
compacting/repairing to no avail. Also, this access database runs on
25 other computers and has no problems with this line of code.
Something on this one computer is causing this and I don't know what
it is. Interestingly enough, I can't even open the report in design
view on this computer. Nothing happens when I try to open in design
view.

Any suggestions?

Thanks,

David
 
delete the form

then import the form from one of the working PCs with the same front end....

and see what happens...
 
Back
Top