D
Duncan Edment
Folks,
I'm in trouble.
It's the month end as far as our accountants are
concerned, and I need to run figures off from our database.
However, when I load it and click on a button on the main
switchboard, I get the following error message:
Run-time Error 2001: You cancelled the previous operation.
If I select Debug, it takes me to the on-click code for
the button on the Switchboard, and the
DoCmd.OpenForm "frmMonthlyFigs" line is highlighted.
Attempting to trace from here, gives me the same error as
above:
Run-time Error 2001: You cancelled the previous operation.
Selecting End, stops everything--as you would expect.
If I close the database and re-open it, clicking on a
button on the switchboard again, gives me the same error:
Run-time Error 2001: You cancelled the previous operation.
Clicking on End a couple of times, eventually displays a
message as follows:
Microsoft Visual Basic
Module Not Found
Help tells me that this has something to do with the
requested module not existing in the specified project.
However, I cannot see any lines of code that reference a
module that does not appear in the Modules list of my
database.
Net result is, I can't do a thing. The database is
secured via Access Security, so I doubt very much if any
of the users could have got in and altered code etc.--plus
I doubt very much if they would know what to look for / do.
I haven't removed any code or changed anything in the
database, so has anyone any idea what's wrong?
Help!!!
Thanks & regards
Duncan
I'm in trouble.
It's the month end as far as our accountants are
concerned, and I need to run figures off from our database.
However, when I load it and click on a button on the main
switchboard, I get the following error message:
Run-time Error 2001: You cancelled the previous operation.
If I select Debug, it takes me to the on-click code for
the button on the Switchboard, and the
DoCmd.OpenForm "frmMonthlyFigs" line is highlighted.
Attempting to trace from here, gives me the same error as
above:
Run-time Error 2001: You cancelled the previous operation.
Selecting End, stops everything--as you would expect.
If I close the database and re-open it, clicking on a
button on the switchboard again, gives me the same error:
Run-time Error 2001: You cancelled the previous operation.
Clicking on End a couple of times, eventually displays a
message as follows:
Microsoft Visual Basic
Module Not Found
Help tells me that this has something to do with the
requested module not existing in the specified project.
However, I cannot see any lines of code that reference a
module that does not appear in the Modules list of my
database.
Net result is, I can't do a thing. The database is
secured via Access Security, so I doubt very much if any
of the users could have got in and altered code etc.--plus
I doubt very much if they would know what to look for / do.
I haven't removed any code or changed anything in the
database, so has anyone any idea what's wrong?
Help!!!
Thanks & regards
Duncan