I need some advice:
- My "tbl Donations" has a "year" field (YYYY) and a "month" field (based on a lookup of Jan, Feb, Mar....).
- All records in the table have a year value, but only some of the records have a month value.
- My date filtering/sorting (until now) have been based on year only and that's usually all I need except...
For this one task, I'd like have a Year + Month filter/sort that will still return values, even though month isn't in numerical format at present, AND will still include values where the Month is null if so long as the Year is within range.
What's the best way to go about this mess?