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 TouchToneTommy 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: nickodvz
  • Content: Threads
  • Order by date
  1. nickodvz

    Access SQL - Select maximum number of times date appears.

    Ok, I'm pretty new to this stuff - but I need a bit of help. Here is my query so far: SELECT Collars.Date, Count(Collars.Date) AS [CountofDate] FROM Collars GROUP BY Collars.Date HAVING max(countofdate); Hold on, maybe I've got it wrong. What I want to do is, select the maximum number of jobs...
  2. nickodvz

    SQL - Using 'HAVING' to select MAX of a column I created earlier.

    Ok, I'm pretty new to this stuff - but I need a bit of help. Here is my query so far: SELECT Collars.Date, Count(Collars.Date) AS [CountofDate] FROM Collars GROUP BY Collars.Date HAVING max(countofdate); But, it comes up with a 'Enter Parameter Value' box. I sort of get what its doing - it...

Part and Inventory Search

Back
Top