Hi. I want to count the number of entries in a field between the first working day of the month and the last working day of the month. I found a couple of functions seen below but just get #error# in my textbox.
Example:
April 2014 would be March 31st to May 2nd:
=DCount("*","MyQuery","[MyDate] between FirstWorkday(Month()) and LastWorkday(Month())")
Any ideas?
Thanks!