G
Guest
VB returning "Module Not Found" error
Hello,
My Access application has a Main Menu and Report and Maintenance sub-menu
structure using command buttons. On the report menu, I have a command button
to list all active users. This presents the users with a choice: 1) Display
the info on a datasheet, or 2) run a report of the same information. This is
basically a listing all current employees. I don't know what changed, but
suddenly, when I click on the button to run the List Active Users, VB
returns the error.
I then switch to the VB Debugger to find it has stopped at the top of the
procedure ("Private Sub cmdListActiveUsers_Click"). This of course is the
code to execute for the Click event. Note that execution actually stops
before the first line of code in the procedure. It actually breaks on the
title of the procedure. I have deleted this entire section of code, deleted
and re-created the command button and associated code w/o resolution.
I have also just noticed that this problem has spread to a lot of command
buttons used for navigating through menus or to display datasheets/reports.
Can anyone explain why this is occurring and how to resolve it?
TIA,
Rich
Hello,
My Access application has a Main Menu and Report and Maintenance sub-menu
structure using command buttons. On the report menu, I have a command button
to list all active users. This presents the users with a choice: 1) Display
the info on a datasheet, or 2) run a report of the same information. This is
basically a listing all current employees. I don't know what changed, but
suddenly, when I click on the button to run the List Active Users, VB
returns the error.
I then switch to the VB Debugger to find it has stopped at the top of the
procedure ("Private Sub cmdListActiveUsers_Click"). This of course is the
code to execute for the Click event. Note that execution actually stops
before the first line of code in the procedure. It actually breaks on the
title of the procedure. I have deleted this entire section of code, deleted
and re-created the command button and associated code w/o resolution.
I have also just noticed that this problem has spread to a lot of command
buttons used for navigating through menus or to display datasheets/reports.
Can anyone explain why this is occurring and how to resolve it?
TIA,
Rich