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

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

    Something difficult

    I have this query: SELECT DISTINCT Q.[creation_date], Round(Now()-Q.[creation_date],0) AS Diferenc, Q.[Nº Siniest], Q.Asunt, Q.Usu, Q.Obs FROM [HISTORIC] AS Q WHERE (((Q.[creation_date])=(SELECT MAX([creation_date]) FROM [HISTORIC] As T WHERE T.[Nº Siniest] = Q.[Nº Siniest])) AND ((Q.Asunt) Not...

Part and Inventory Search

Back
Top