Search results

  1. S

    SELECT TOP query - Only returning 3 values when duplicates are allowed

    Thanks everyone, Gave me some ideas of what to search and found a solution by searching to break ties. Gave me the answer, Code now looks like this - SELECT t.AthleteID, t.AthleteName, t.Gender, t.AgeGroup, t.ClubID, t.ClubCategory, t.EventID, t.UniquePerfID, t.Score FROM [T05 All Throws...
  2. S

    Hello, hope to tap into some expertise

    Hi, Brand new to MS Access after progressing from excel spreadsheets In particular trying to develop an athletics based scoring database. Into running and all other things sports :)
  3. S

    SELECT TOP query - Only returning 3 values when duplicates are allowed

    Hey, I've been developing my first MS Access database for a while now and making some steady progress. I've got various tables and queries set up which are all working well, but am stuck on one particular issue. This is an athletics scoring database, which converts an athletes individual...
Back
Top Bottom