OldManLearning
New member
- Local time
- Today, 00:20
- Joined
- Jul 6, 2022
- Messages
- 3
I am working on a database for our class of about 150 members. ID, name, birthday (Date field), etc. Many people don't want to publish their age so many of the records only have "Month" and "Day". I have been using year(Date() to provide the missing year. I am using DatePart("m",[tblFamily].[BirthDate]) to filter by month. I can also further tilter the query by using DatePart('d', Birthday
The problem I am having is when the dates span different months, such as June 26th to July 2nd. I have tried "DateSerial" , but I can't seem to filter the data
I would really appreciate any help.
Thanks,
John
The problem I am having is when the dates span different months, such as June 26th to July 2nd. I have tried "DateSerial" , but I can't seem to filter the data
I would really appreciate any help.
Thanks,
John