Left String Function

R

Richard Burda

In an Access 2000 query, the left string function works properly on some
machines, but on others this error message appears:
Undefined function 'Left' in expression.
How might I resolve this?
 
J

JaRa

Hi,

This is most of the time caused by missing references in VBA so make sure
all necesarry components are installed on the machine which causes this error.
 
Top