I currently use this date serial paremeter to filter by months. The user will select a month like 1-12. But now I can't see anything if I choose a month. Is it because it's a new year? If so how could I modify this to still see last years data and maybe this years data.
Between DateSerial(Year(Date()),[Select Month (1 - 12)],5) And DateSerial(Year(Date()),[Select Month (1 - 12)]+1,5)
Thanks
Between DateSerial(Year(Date()),[Select Month (1 - 12)],5) And DateSerial(Year(Date()),[Select Month (1 - 12)]+1,5)
Thanks