Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. carlosv13

    Multiple Table Problem

    The query that is working improperly is this: SELECT DISTINCT application.Application_Name FROM application, filter_table WHERE (((application.Application_Name)<>[filter_table]![Application_Name]))); It takes out the names I want it to take out but it is giving me too many application names back.
  2. carlosv13

    Multiple Table Problem

    Hi all, I have a table that is created using a make table query ,&quot;filter_table&quot;, upon the user selecting certain info. I then want to take this newly created table and compare it to a query, &quot;fill_list&quot;, that is populating a listbox. I want to ommit any names that were in...

Part and Inventory Search

Back
Top