I have a Report which uses a start date and end date enterered via a Form and this creates a list of birthdays that fall within the date range specified.
Here is the Query:
The problem is that when the end date is in the following year, the Query fails because it is locked to the current year by the DateSerial function.
Is there a better way to extract birthdates that occur after a year end? I am not a programmer as you can tell.
Thanks for any help.
Here is the Query:
The problem is that when the end date is in the following year, the Query fails because it is locked to the current year by the DateSerial function.
Is there a better way to extract birthdates that occur after a year end? I am not a programmer as you can tell.
Thanks for any help.