K
Keith
I have an Access 2000 db with a front end / back end design. All users have
Win2K or WinXP sp2. Database has been running fine for at least a year
(bought the XP machines in Nov 2004). Now on ONE machine ONLY, a
DoCmd.OpenReport command throws an error. My code looks like:
on error resume next
docmd.openreport ...
if err then ...
When I step through the program on that machine, the docmd.openreport
generates an error with err.description = "The OpenReport command was
cancelled"
It makes no sense to me. Could someone help point me in a direction to try?
Or should I just reinstall Access?
Thanks,
Keith
Win2K or WinXP sp2. Database has been running fine for at least a year
(bought the XP machines in Nov 2004). Now on ONE machine ONLY, a
DoCmd.OpenReport command throws an error. My code looks like:
on error resume next
docmd.openreport ...
if err then ...
When I step through the program on that machine, the docmd.openreport
generates an error with err.description = "The OpenReport command was
cancelled"
It makes no sense to me. Could someone help point me in a direction to try?
Or should I just reinstall Access?
Thanks,
Keith