H
Hermie
Hello
I put this expression in a textbox on my report:
=DCount("[Importancia]","totals2","[importancia] = 'A' ")
The result = 91
But when I go back to my query and do a filter on field that contains the A
I count 98 which is correct. The same in the table it counts 98 for A
When I change function to: =DCount("[Importancia]","totals2","[importancia]
= 'A' or 'a' ") the it counts 98. Table not have lowercase Why do I need to
add the 'a' in the function?
Herman
I put this expression in a textbox on my report:
=DCount("[Importancia]","totals2","[importancia] = 'A' ")
The result = 91
But when I go back to my query and do a filter on field that contains the A
I count 98 which is correct. The same in the table it counts 98 for A
When I change function to: =DCount("[Importancia]","totals2","[importancia]
= 'A' or 'a' ") the it counts 98. Table not have lowercase Why do I need to
add the 'a' in the function?
Herman