left$

  • Thread starter Thread starter tbone2000
  • Start date Start date
T

tbone2000

I have a query that ran in the previous version of access but fails in 2007.
The error is with a function - "cusip_wo_dash: [Left$]([cusip_id],6)".
The error message is "Undefined function 'Left$' in expression". I tried
removing the $, but get the same error.
Any help would be appreciated.
 
Take the square brackets off becuase Left is a function not a field
cusip_wo_dash: Left([cusip_id],6)
 

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

Similar Threads

Reference Library Error 4
Access 2010 error 2950 3
Function issue 4
Access #Error & Excel Pivot 0
missing vsflex3.ocx? 1
date() in query undefined 5
functions in converted database 5
Undefined Function 4

Back
Top