Function not Available in 2007

  • Thread starter Thread starter Rob Bunocore
  • Start date Start date
R

Rob Bunocore

I have an Access 2002 mdb that I'm trying to use on a machine with
2007. Although the mdb opens and runs, I've encountered a few small
errors when opening various queries.

The error message is something about "The onclick event didn't result
in the name of a function or macro...." and "the function
Left([Encounter_ID],6) is your query is not available..."

All these functions work fine in the other versions. Any ideas?

Robby
 
Did you add your database folder to the trusted locations in A2007? The code
probably won't run at all if you don't. You do that through:
Office Button | Access Options | Trust Center | Trust Center Settings

If you open the code window, and choose References on the Tools menu, are
any libraries marked "MISSING"? If so, see:
Solving Problems with Library References
at:
http://allenbrowne.com/ser-38.html
 

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