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 dencom 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: *

  • Users: tmahoney
  • Content: Threads
  • Order by date
  1. tmahoney

    Sorting Problem. Please Help

    I am having a problem showing a set of data that I have got from an sql statement: SELECT T.Code TravelNumber, T.Start TravelDate, T.QuoteID PackageID FROM Travel T INNER JOIN Package P ON P.ID = T.QuoteID WHERE T.CODE LIKE 'KM%' --Bus Code AND T.Start > GETDATE() --Future Departure...

Part and Inventory Search

Back
Top