Search results

  1. R

    multiple key word searches

    Hi again, nobody has been responding to my previous post, so I'll try and refine my question a little. Right now I have a query, searchResults, which displays seven fields from one of my tables. I have the criteria section of the first field set as follows: Like "*" &...
  2. R

    Searching a Keywords Field

    try this: Like "*" & [Forms]![Keywords]![Keyword_entry] & "*" That should work.
  3. R

    database searches

    Hi, I'm currently trying to build a form which will be used to search a database and return the search results. I would like the form to include text boxes for user inputs and a command button(s) to begin the search. In each text box, I wish to allow the user to narrow their search by typing in...
Back
Top Bottom