C
confused
I am using TopValue Function in a Query. I want to only select the top 3
scores in the group. When the 3 and 4th number are equal, access selects 4
numbers or as many as are equal. Can I limit the function to just select top
3 regardless of equal values? For example: Top Values are 120, 100, 90, 90,
80, 70. TopValue 3 will return 120, 90, 90, 80, 80
scores in the group. When the 3 and 4th number are equal, access selects 4
numbers or as many as are equal. Can I limit the function to just select top
3 regardless of equal values? For example: Top Values are 120, 100, 90, 90,
80, 70. TopValue 3 will return 120, 90, 90, 80, 80