Undefined function in Access 2003

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

Guest

When I try to use the Left function in Access 2003, such as
Left("C:\MyFiles\", 3) I get an Undefined function in expression Left.
Not having done much programming for a few years this one is frustrating,
any thoughts
 
Yo may want to try a VB or Access newsgroup. They will
probably have some ideas. I'll take a shot at it though

I would try putting the value into a string and then do the
function on the string.


Andylees wrote:
: When I try to use the Left function in Access 2003, such
: as Left("C:\MyFiles\", 3) I get an Undefined function in
: expression Left. Not having done much programming for a
: few years this one is frustrating, any thoughts
 

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