Results 1 to 2 of 2

Thread: Keyword Search

  1. #1

    Thread Starter
    Fanatic Member
    Join Date
    Jun 2000
    Location
    N.Ireland
    Posts
    651

    Red face

    If you have information stored in a database for example Titles, descriptions, How would you go about linking a keyword search to the database?
    Gilly

  2. #2
    PowerPoster 2.0 Negative0's Avatar
    Join Date
    Jun 2000
    Location
    Southeastern MI
    Posts
    4,367
    If you want to do this using a select statment you could try:

    Code:
    "SELECT * FROM tbl WHERE fld like %Criteria%"
    Depending on the database you are using, you may need to change the % signs. I think access uses * and SQL server uses %.

    Hope this helps

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