Question : Can't run the macro or callback function 'mCloseRptOpenMenu"

Experts,
I created a custom ToolBar titled Reports. There are 2  actions a user can take. Print or Main Menu. The Reports open in ViewPreview. In the OnAction section for the Main Menu option on the Toolbar there is a module I have called mCloseRptOpenMenu. Here's that code for my module:

DoCmd.Close acReport, Screen.ActiveReport.Name
DoCmd.OpenForm "frmMainMenu"

Working with modules for me is as difficult to grasp as Global variables. I just can not grasp them (senior moments). I am getting the above error when I click on the menu option Main Menu

Answer : Can't run the macro or callback function 'mCloseRptOpenMenu"

The module only stores the sub routines and functions.  Calling the module or naming the module something is irrelevant.  You need to call the sub routine or function directly, yes.

Glad you got it working. :)

-Sean
Random Solutions  
 
programming4us programming4us