Error: Microsoft Office Access can't find object

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

Guest

I don't use Access much and our databases were built by someone that no
longer works here. When I click on a "action" button and it is to show me
the table to view any errors. When I click on the button, I get the
"Microsoft Office Access can't find the object "qryActiveForActuary". This
object is under the table form, and is in the VB coding. I am at a loss as to
where else to look.
Thanks
 
Have you looked at the code behind that action button? What is it
trying to do? If the previous employee who built that database was
naming things correctly, "qryActiveForActuary" would most likely be a
query. Check the 'Queries' tab of the database window to see if a
query with that name exists or not. Maybe it got renamed or deleted.

If you could paste the code behind that action button it would help to
figure out what is going on.
 

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