Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations derfloh on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. Hambone321

    Access SQL Left function

    Phenomenal its working perfectly. Thanks a lot, you made my life a lot easier. Cheers!
  2. Hambone321

    Access SQL Left function

    Okay it seems the SQL is "working" with all the SQL statements, however the program is failing on the use the first Record when I use the second statement and PHV's suggested statement. Error Type: ADODB.Recordset (0x800A0CC1) Item cannot be found in the collection corresponding to the...
  3. Hambone321

    Access SQL Left function

    This Works: strSQL = "SELECT CnAdrPrf_ZIP FROM Alive_Alumni_Address WHERE LEFT(CnAdrPrf_ZIP,5) BETWEEN'"& ZipNeg &"' AND'"& ZipAdd &"' ORDER BY CnAdrPrf_ZIP;" This Doesn't Work: strSQL = "SELECT LEFT(CnAdrPrf_ZIP,5) FROM Alive_Alumni_Address WHERE LEFT(CnAdrPrf_ZIP,5) BETWEEN'"& ZipNeg &"'...

Part and Inventory Search

Back
Top