A
an
Hello!
I have a table with 3 columns with number data.
I need construct a query to Count the equals values in the
3 columns.
Ex: ColA ColB ColC
0 0 0
Result=3
To single Col I used in field query:
DCount("ColA";"Table";"ColA=0")
And work fine, but to next column I don't know how do it.
Thanks in advance
an
I have a table with 3 columns with number data.
I need construct a query to Count the equals values in the
3 columns.
Ex: ColA ColB ColC
0 0 0
Result=3
To single Col I used in field query:
DCount("ColA";"Table";"ColA=0")
And work fine, but to next column I don't know how do it.
Thanks in advance
an