B
Bob Barnes
If I ask for a "Top 5" & if there is a
tie for 5th Place for 3 categories, the recordset will
return 7 Records.
I am sending that data to Excel where there are several
"5-row Named Ranges" to handle that. If I send 7 Records,
it spills down into the "Title" for another Named Range.
I handled this problem where Zeroes created more than 5
Records with a WHERE > 0.
How can I ensure I get a "Top 5" when there could be a tie
for 5th Place where 12 Records tie for 5th with values of
2? This would result in 16 Records. Technically those 12
Records all deserve to be "5th Palce". Maybe a "truncate"?
TIA - Bob
tie for 5th Place for 3 categories, the recordset will
return 7 Records.
I am sending that data to Excel where there are several
"5-row Named Ranges" to handle that. If I send 7 Records,
it spills down into the "Title" for another Named Range.
I handled this problem where Zeroes created more than 5
Records with a WHERE > 0.
How can I ensure I get a "Top 5" when there could be a tie
for 5th Place where 12 Records tie for 5th with values of
2? This would result in 16 Records. Technically those 12
Records all deserve to be "5th Palce". Maybe a "truncate"?
TIA - Bob