A
andrew
Hello all!
In a form, i'm using DCount("[ID_Num]","query1") to count
the number of items in a query.
Of course, it does not check for unique ID numbers, and
will return "5" for the below list.
10, 10, 20, 20, 30
How do I set it to count only unique numbers, so it
returns "3"?
Thanks!
Andrew
In a form, i'm using DCount("[ID_Num]","query1") to count
the number of items in a query.
Of course, it does not check for unique ID numbers, and
will return "5" for the below list.
10, 10, 20, 20, 30
How do I set it to count only unique numbers, so it
returns "3"?
Thanks!
Andrew