Undefined Left Function

M

mate

I have a shared database on a server. Everyone runs
queries that i have set up with no problem. Some of the
queries involve the left function. Everyone is able to
run these queries fine except for one user. they recieve
the "undefined left function error" and is unable to use
these queries. Is there anything i can do to her
individual machine to make the queries accessible to her?
Any help would be appreciated. She uses 2000. mate
 
J

John Vinson

I have a shared database on a server. Everyone runs
queries that i have set up with no problem. Some of the
queries involve the left function. Everyone is able to
run these queries fine except for one user. they recieve
the "undefined left function error"

This appears to be the very common References bug. Open any
module in design view, or open the VBA editor by typing
Ctrl-G. Select Tools... References from the menu. One of the
..DLL files required by Access will probably be marked
MISSING. Uncheck it, recheck it, close and open Access.

If none are MISSING, check any reference; close and open
Access; then uncheck it again. This will force Access to
relink the libraries.
 

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

Top