Do you want a column that displays a count like this?
Warehouse Item Count Amount 1 Amount 2
BR 300-50-ST 5 20000 20000
BR 500-50-ST 4 20000 25000
CC 300-50-ST 6 20000
CC 500-50-ST 3 20000
DD 500-50-ST 1 25000
If so, post your SQL. If not, explain further.

Signature
KARL DEWEY
Build a little - Test a little
> Can I dcount crosstab query?
> If not, how can I count the record count of crosstab query?
>
> Your information is great appreciated,
Souris - 28 Mar 2008 18:31 GMT
I just wanted to test does my crosstab return any records.
I use Dcount("*", "MyCrossTab")
May I use above code?
> Do you want a column that displays a count like this?
> Warehouse Item Count Amount 1 Amount 2
[quoted text clipped - 9 lines]
> >
> > Your information is great appreciated,