Results 1 to 4 of 4

Thread: String search in Access [RESOLVED]

Threaded View

  1. #1

    Thread Starter
    Junior Member
    Join Date
    Dec 2005
    Posts
    21

    String search in Access [RESOLVED]

    Hi, I am trying to search 3 possible strings in a table from a data base. Do you know the code to specify the search?. I am looking for something like a Instr, but for a search:

    Code:
    Set rsCan = dbtrad.OpenRecordset("SELECT * FROM TDOKUMENTE WHERE String1 exists or String2 exists or String3 exists")
    The text in red!!!, how do I make that search with that chriteria?

    Thanks in advance!.

    Yorch
    Last edited by yorch; Mar 30th, 2007 at 11:42 AM. Reason: Resolved

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width