B
Barry
I have a table with a number of columns, two of them being SaleDate, and
Premium.
I want a query that will give me a count of all the premiums, as well as the
count of the various premiums about 4 different rates, grouped by date. I
tried a crosstab query which worked but i am unable to use parameters with
the query - I keep getting - The Microsoft Jet database engine does not
recognize <name> as a valid field name or expression.
I want it to look something like this:
Date Total $60 $70 $80 $90
2003/11/05 10 5 5
2003/11/06 12 3 4 3 2
Thanks in advance
Barry
Premium.
I want a query that will give me a count of all the premiums, as well as the
count of the various premiums about 4 different rates, grouped by date. I
tried a crosstab query which worked but i am unable to use parameters with
the query - I keep getting - The Microsoft Jet database engine does not
recognize <name> as a valid field name or expression.
I want it to look something like this:
Date Total $60 $70 $80 $90
2003/11/05 10 5 5
2003/11/06 12 3 4 3 2
Thanks in advance
Barry