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. mkingrey

    Return names of all tables in database: SQL

    I would like to return the names of all tables in my database using SQL. I'm using an Access database. Is there a way to do this? Thanks
  2. mkingrey

    Return table names in database.

    I am trying to return the name for each table in my database using SQL. Is this possible? Thanks
  3. mkingrey

    ORDER BY; Letters Then Numbers

    I have a recordset that I would like to sort letters to appear first then numbers to appear last. Is it possible to sort like the following? A B C R 2 3 4 7
  4. mkingrey

    SQL: Select rows that are not present in table 2

    Works great!!! thanks for the help -M
  5. mkingrey

    SQL: Select rows that are not present in table 2

    I have Table1 with FieldA and Table2 with FieldA. I would like to query Table1 for all records that DO NOT exist in FieldA of Table2. I have tried the following but it doesn't filter correctly. Any suggestions?? Thx!! SELECT Table1.FieldA FROM Table1, Table2 WHERE Table1.FieldA <> Table2.Field

Part and Inventory Search

Back
Top