G
Guest
Would someone please explain why this does not work!! I have a table with
different values in it and all I want to do is write a query that tells me
the number of entries between $0 & 100, $101 & 500 and so on. There is some
basic concept that I grossly misunderstand.
Thank You
SELECT Count(*) AS Expr1
FROM [tbl-Bond]
WHERE (((Sum([BondAmount]))>1000000));
different values in it and all I want to do is write a query that tells me
the number of entries between $0 & 100, $101 & 500 and so on. There is some
basic concept that I grossly misunderstand.
Thank You
SELECT Count(*) AS Expr1
FROM [tbl-Bond]
WHERE (((Sum([BondAmount]))>1000000));