Hi All,
I'm trying to create a function that returns true if a supplied date is during a State holiday e.g. during Easter.
I've got a table called StateHolidays.
It lists each holiday with a From & To date.
After trawling through Access's help and leaching some example code I came up with...