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 SkipVought 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. bvwatson

    SQL Query problem

    I think you want to use a UNION operation on 2 queries. Q1: get all the people who are ID1 where ID2 = "myID" Q2: get all the people who are ID2 where ID1 = "myID" Thus: select T1.name, T2.relationship from T1 join T2 on T1.id = T2.id1 where T2.id2 = ? UNION select...
  2. bvwatson

    Can you remove the lines in a forward

    In Eudora's edit menu (while viewing the message), you can pick "Edit > Text > Remove Quote Level". Select the text you want to alter first, then use the menu.

Part and Inventory Search

Back
Top