Hello,
I am using reporting 2008. Here is our formulas:
datepart (month, date_of_birth) * 100 + datepart (day, date_of_birth)
between (@tb_StartBirthMonth * 100) + @tb_StartBirthDay
and (@tb_EndBirthMonth * 100) + @tb_EndBirthDay.
This formulas works fine if people entering dates in...