...Macro is attempting to search can't be found

  • Thread starter Thread starter Aleta
  • Start date Start date
A

Aleta

I'm troubleshooting a database created by someone else.
In the main data-entry form, if a user clicks on
the "FIND" button, one of three messages appears:

The control 'SaveApp' the macro is attempting to search
can't be searched.

The control 'NextApp' the macro is attempting to search
can't be searched.

The control 'PrevApp' the macro is attempting to search
can't be searched.

I've never seen the above messages before and do not know
what they mean, nor how to fix them. Has anyone seen
anything like this before? Thank you.
 
Aleta,

Look at the properties of the "FIND" button, in particular the On Click
property. It will either indicate the name of a macro, or point you to
a VBA procedure. You need to examine the macro or VBA procedure to see
what they are trying to do.
 
Back
Top