SELECT tblNiz.Broj, (SELECT Count(Broj) FROM tblNiz AS R WHERE tblNiz.Broj>R.Broj ) AS RedniB, [broj]-[rednib] AS N FROM tblNiz;