Its for a combo box on a form
qryArmour
SELECT Armour.Name, Armour.Attack, Armour.Defence, Armour.[No]
FROM Armour (table)
ORDER BY Armour.Attack DESC;
I only want the combo box to display the Armour with the highest attack values but limited to 500 total number of armours (confusing myself...