I want to count the number of distinct dates in a table. Ie - So I know there were 80 requests over 5 days.
The syntax I imagine is something like:
myText = Dlookup("count(DISTINCT myDate)", "myTable")
Can somebody please help.
Thank you in advance
The syntax I imagine is something like:
myText = Dlookup("count(DISTINCT myDate)", "myTable")
Can somebody please help.
Thank you in advance