Microsoft
Software
Hardware
Network
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
zoom bar
Problem running script with Group Policy
How to access password-protected "My Documents" on corrupted Windows XP partition from other working partition
Forward email to a public folder
Install Apache, MySQL and Ruby on Rail on my machine
Empty Message problem while sending email by sp_send_dbmail
Error using schtasks scheduling a task
add a two line label on button component
MSexchange Cluster fails to start services
CURRENT and COMPLETE WordPress 2.7 plugin writing tutorial?