Left() Function Returning Zero Results

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • ReubenPatterson
    New Member
    • Jun 2007
    • 13

    #1

    Left() Function Returning Zero Results

    Any ideas why a simple Left([FldName],1) query would return no results. If the query is run without criteria it returns all records...thank s in advance.
  • missinglinq
    Recognized Expert Specialist
    • Nov 2006
    • 3533

    #2
    We need to see your SQL for this, specifically how you're using the Left() function.

    Comment

    • ReubenPatterson
      New Member
      • Jun 2007
      • 13

      #3
      The goal is to pull a report which links the Accts to their respective Markets using the first 8 characters in the Acct.

      Here's the approach so far...

      DLookUp("[FldMarket]","[TblMarket]","[FldSysprin] = (Left([FldAcctNum],8))")

      Thanks again.

      Comment

      Working...