Macro Message

  • Thread starter Thread starter rm
  • Start date Start date
R

rm

I apparently have commited a sin in a Microsoft Access database. I
created a macro (Macro1) and then deleted it. Now everytime I open a
form I get the message [database name] "can't find the macro 'Macro1.
The macro (or its macro group) doesn't exist, or the macro is new but
hasn't been saved. Blah... blah... blah".

The macro is not referenced or called.

How do I fix this?
 
rm,
this message often appears when a custom menu can not be found. (I know that
a custom menu is not a macro, but that is what the message calls it)
Check the form where the message appears - property dialog | Other Tab
Look at the properties for menu, toolbar and shortcut menu.
You will most likely find that there is a custom menu listed somewhere
there.
If you delete the custom menu from the property sheet on the form, the error
message will go away.


Jeanette Cunningham -- Melbourne Victoria Australia
 
Back
Top