Results 1 to 4 of 4
  1. #1
    chook is offline Novice
    Windows 7 64bit Access 2003
    Join Date
    Mar 2013
    Posts
    8

    Newb Needing Help..

    Hi All,



    I am trying to get a multiple keyword search query working.... the single search is working however when i use the Multiple Keyword search the datasheet does pop up but no matter what i put in i just get a blank table and under ID it says "NEW"

    The Keywords Column has a bunch of keywords separated by commas on each row. Sometimes there will be the same keywords on different rows under the keyword column... and i want it to return any rows that have 1 or more of the keywords in it or if it is null just to return them all....... this is the statement I am trying...

    SELECT Sea.ID, Sea.Category, Sea.Title, Sea.Author, Sea.Organisation, Sea.Date, Sea.Keywords, Sea.Reference
    FROM Sea
    WHERE (((InStr([Keywords separated by commas,Blank=All],[Keywords]))>0 Or (InStr([Keywords separated by commas,Blank=All],[Keywords])) Is Null));

    Any help would be greatly appreciated and i can provide more info if required!

    Thank you.
    Last edited by chook; 03-05-2013 at 03:09 AM.

  2. #2
    chook is offline Novice
    Windows 7 64bit Access 2003
    Join Date
    Mar 2013
    Posts
    8
    This is access 2007 i am using... would it help if i attached a test file?

  3. #3
    chook is offline Novice
    Windows 7 64bit Access 2003
    Join Date
    Mar 2013
    Posts
    8
    uploaded.. the "multiple keyword search" is the one i cannot get to work.
    For example i want to be able to put into the box: test,rabbit and it will return any record rows that have test and rabbit in any form singularly or together in the same keyword row..

  4. #4
    chook is offline Novice
    Windows 7 64bit Access 2003
    Join Date
    Mar 2013
    Posts
    8
    Any ideas? im stumped.

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

Similar Threads

  1. Needing help please......
    By Kristena in forum Access
    Replies: 4
    Last Post: 01-20-2012, 07:35 AM
  2. Hey, Needing some help
    By natbatgirl in forum Access
    Replies: 1
    Last Post: 08-18-2011, 11:25 PM
  3. Newb getting confused.
    By Iggy in forum Access
    Replies: 10
    Last Post: 03-15-2011, 08:50 PM
  4. Newb question
    By blkdragon201 in forum Access
    Replies: 5
    Last Post: 02-03-2011, 02:17 PM
  5. Newb Question
    By smokeyvol in forum Access
    Replies: 0
    Last Post: 01-14-2009, 08:28 AM

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