Ken,
I get almost the same error message, except the characters are slightly
different.
Here's the message, verbatim (asterix's to just show the message box).
*****************************************************
Microsoft Office Access can't find the Macro ''
.
The Macro (or its macro group) doesn't exist, or the macro is new but hasn't
been saved.
Note that when you enter the macrogroupname.macroname syntax in an argument,
you must specify the name the macro's group was last saved under.
***************************************
It comes as a result of a macro doing a SetValue on a [scorebox] control on
a form. The macro checks if another control contains "yes" or "No", if it is
yes, then it does a SetValue on the [Scorebox] control, adding a 1 (for
scorebox counting). Now the weird thing is, if I unbind the scorebox from its
underlying table, i don't get the error message. If I leave it bound, i get
the error back... Even though, after I clear the error, the correct data
score is in the record within the table.
I have read your replies to Angela, and have serached everywhere, on every
control on the form, every record source, but i just can't get rid of it. I
have read various answers to the general 'Can't find macro problem' across a
number of forums, and each answer is very different from another. Even
microsoft's answer is wildly different from your suggested cause. Do you have
the lowdown on a definitive answer, or some idea of why this is happening on
my Access?
any help you can give would be appreciated, as this problem is really
driving me Nuts!, i have been on it for nearly two days, and still can't find
the solution.
Ken Snell (MVP) said:
Somewhere in the form, that text string is being used as the macro for an
event property (if not for the form, then for one of the controls that are
on the form), or is in the VBA code as some type of method, or ....
--
Ken Snell
<MS ACCESS MVP>
Thank you Ken, I tried taking your advice. Unfortunately, it didn't help,
but
thanks again for trying.
:
Sounds as if you have the text string
mcr_RequiredFieldWarning_ProjectName
in one of the Event properties' boxes (Properties window for the form).
Open
the form in design view, and open the Properties window; click on the
Event
tab and see what is there.
--
Ken Snell
<MS ACCESS MVP>
I'm using Access 2000 to build a budget database. I don't know what to
do
about the error message I'm getting on a form. When I open the form the
message comes up saying, "Microsoft Access can't find the macro
'mcr_RequiredFieldWarning_ProjectName.'
The macro (or its macro group) doesn't exist, or the macro is new but
hasn't
been saved. Note that when you enter the macrogroupname.macroname
syntax
in
an argument, you must specify the name the macro's macro group was last
saved
under." Can anyone help?