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 Chris Miller 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. sshelby1

    Query Problems, PLEASE HELP!

    Worked perfectly! Thanks ClFlaVA!
  2. sshelby1

    Query Problems, PLEASE HELP!

    I am trying to select all the records in a table that DO NOT have a matching record in a second table. I hope this makes sense. Here is my query: SELECT * FROM table1 WHERE table1.ID NOT IN(SELECT ID FROM table2); Does anyone see what I might be doing wrong or have a better way of doing this...
  3. sshelby1

    SELECT statement HELP!

    THANKS! It worked like a charm!
  4. sshelby1

    SELECT statement HELP!

    I am having trouble returning the correct records. My database structure is as follows: TABLE1 ID TABLE2 MEMBER_ID START_YEAR END_YEAR START_YEAR and END_YEAR are stored in TABLE2 as a number, not an actual year. Two numbers are static 36 and 55. I need to select any records that have a...

Part and Inventory Search

Back
Top