B
Beth
In my database, I track student birthdates. I would like to be able to pull
a list of all students that are going to have a birthday between 2 given
dates, regardless of the year of their birth.
In other words, everyone that is going to have a birthday between June 15th
and July 15th, but the dates are specified by the end user on a parameter
form.
I tried using a formula to pull the day and month from the birthdate and
concatenate it with the year from the Date() formula. It works except that
it is recognized as text, not as a date, so October, November, and December
are between January and February.
I tried using the FormatDateTime, and it still didn't work.
I am looking for suggestions on how to do this.
Thanks,
Beth
a list of all students that are going to have a birthday between 2 given
dates, regardless of the year of their birth.
In other words, everyone that is going to have a birthday between June 15th
and July 15th, but the dates are specified by the end user on a parameter
form.
I tried using a formula to pull the day and month from the birthdate and
concatenate it with the year from the Date() formula. It works except that
it is recognized as text, not as a date, so October, November, and December
are between January and February.
I tried using the FormatDateTime, and it still didn't work.
I am looking for suggestions on how to do this.
Thanks,
Beth