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".
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
DoCmd.DoMenuItem acFormBar, acRecordsMenu, acSaveRecord, , acMenuVer70
When this line tries to execute, I get the error "You canceled the
previous operation".
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