"left function " problem???

  • Thread starter Thread starter fishqqq
  • Start date Start date
F

fishqqq

For some reason my home copy of access2003 wont let me use the
following criteria in a query but it seems to work fine at the office.
the error message states: UNDEFINED FUNCTION 'LEFT' IN EXPRESSION.
There must be a setting that needs to be done ??? (i just installed the
home copy and it's the exact version that's on the office computer.

Any help is greatly appreceiated.


expression= 1: Left([company],20)

Tks
 
For some reason my home copy of access2003 wont let me use the
following criteria in a query but it seems to work fine at the office.
the error message states: UNDEFINED FUNCTION 'LEFT' IN EXPRESSION.
There must be a setting that needs to be done ??? (i just installed the
home copy and it's the exact version that's on the office computer.


That is almost alway caused by a broken reference. In the
VBA window, use Tools - References to remove all unneded
reference libraries. If the problem persists, you will
probably need to install one or more required libraries.
 
Hello "".

For some reason my home copy of access2003 wont let me use the
following criteria in a query but it seems to work fine at the office.
the error message states: UNDEFINED FUNCTION 'LEFT' IN EXPRESSION.
There must be a setting that needs to be done ??? (i just installed the
home copy and it's the exact version that's on the office computer.
expression= 1: Left([company],20)

In the home copy, open a module and click "tools, references" to see
if there are any broken references ("MISSING:"). Delete these and
replace them by existing libraries on that PC.
 

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