Unwanted error-message

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hello !

Some times Iget a message like "can't find makro3", when I leave a field or
select a post. I know I tried to write a macro with that name, but deleted it.

I have tried to look in the code for the fields where this is happening, but
no result !

How can I, in a simple way, find out where access are trying to use this
nonexistent macro ?

Hopefully,
Peder
 
Peder said:
Hello !

Some times Iget a message like "can't find makro3", when I leave a
field or select a post. I know I tried to write a macro with that
name, but deleted it.

I have tried to look in the code for the fields where this is
happening, but no result !

How can I, in a simple way, find out where access are trying to use
this nonexistent macro ?

Hopefully,
Peder

In the VBE, try search (ctrl+f), and search for it in the "current
project". If you can't find it there, I think one thing to look for,
is if that text has been inserted in one of the event properties
of the form. In design view, click the controls where you've gotten
the message, then investigate the event properties of it (properties
dialog, event tab)
 
Thank you !

I had searched in the properties without finding it, but your answer made me
take a new look, and yes....there it was !!

Regards,
Peder
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top