dcount crosstab query

  • Thread starter Thread starter Souris
  • Start date Start date
S

Souris

Can I dcount crosstab query?
If not, how can I count the record count of crosstab query?


Your information is great appreciated,
 
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.
 
I just wanted to test does my crosstab return any records.

I use Dcount("*", "MyCrossTab")

May I use above code?
 
Back
Top