Thanks TIm,
I wrote your code as
CompsDates = DCount("*", "tbl_Compliments_Log", "[Date_Raised]>=" & "#" & FirstDate & "#" & " AND [Date_Raised]<=" & "#" & SecondDate & "#")
and still got wrong answer. (I must admit as a relative new comer to Access I am having a little trouble working out the...