i have a statictics table which stores stats using separate fields for the parts of the date:
dayNumber
monthNumber
yearNumber
this works great when i need for a specific date.
I am wondering how to work with this, when i need a date range, say between this date, to that date.
many thanks!