dcount crosstab query

S

Souris

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


Your information is great appreciated,
 
K

KARL DEWEY

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.
 
S

Souris

I just wanted to test does my crosstab return any records.

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

May I use above code?
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top