Recent content by tsp813

  1. T

    Searching through files

    Bringing this back to the top. I promise I will only do this this one time, but I'm just desperate for an answer, so if anyone has any suggestions or comments please reply. Thanks, Tim
  2. T

    Searching through files

    Here is my problem. My office has a large selection of files, and they want to have a nice interface where they can search keywords through the files. The simple solution to this would be to find a program that indexes the files and searches through them. But there is a problem with doing...
  3. T

    Using an SQL query from a form

    Pat, What I'm trying to do is get the actual column name from the combo box. Tim
  4. T

    Using an SQL query from a form

    The last line of the code should read "ORDER BY LIBRARY.NAME", just so you don't pick that out as a mistake.
  5. T

    Using an SQL query from a form

    I am currently working on a search feature for a database. What I have is a text box for entering a phrase and then a combo box for picking where to search. Right now I'm not too concerned about getting the combo box to work, all I want is to have it so that when I pick Author in the combo...
Back
Top Bottom