Results 1 to 3 of 3
  1. #1
    spideynok is offline Advanced Beginner
    Windows XP Access 2007
    Join Date
    Mar 2012
    Posts
    48

    Q: Searching Multiple Data

    Hi! I had a code that can search, just enter any keyword like. If I want to search "Access" I can put Acc only and then it will show me all record that has "Acc" on the database like Access, Accelerate, etc.



    My question is. It is possible if I also do that in multiple search? Using comma as a separator?

    For example : I will put [Acc, Ex] on my textbox. Is it possible for it to show me the record like.
    •Access
    •Accelerate
    •Accurate
    •Example
    •Excel

    Is it possible? Thank you in advanced!

  2. #2
    June7's Avatar
    June7 is online now VIP
    Windows XP Access 2010 32bit
    Join Date
    May 2011
    Location
    The Great Land
    Posts
    52,926
    I expect it would be possible. The code could parse the string into an arrary (Split function could do that) and then loop through the array to read and search each value.
    How to attach file: http://www.accessforums.net/showthread.php?t=70301 To provide db: copy, remove confidential data, run compact & repair, zip w/Windows Compression.

  3. #3
    spideynok is offline Advanced Beginner
    Windows XP Access 2007
    Join Date
    Mar 2012
    Posts
    48
    Thank you sir!

Please reply to this thread with any new information or opinions.

Similar Threads

  1. Searching Multiple Tables
    By Don Webb in forum Forms
    Replies: 3
    Last Post: 01-19-2012, 08:40 PM
  2. Replies: 5
    Last Post: 12-23-2011, 12:03 AM
  3. Replies: 2
    Last Post: 06-26-2011, 06:59 AM
  4. Replies: 1
    Last Post: 02-18-2011, 01:40 AM
  5. Replies: 2
    Last Post: 05-25-2010, 02:45 PM

Tags for this Thread

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Other Forums: Microsoft Office Forums