J
jdn
I want to find all birthdays that fall within five days of today. (the
birthday field is a date with month day and year)
I started to use Month([birthday])=Month(Date()) And Day([birthday])
Between Day(Date())-5 And Day(Date())+5 which would work except for
dealing with last month's bdays and next months. I don't know how to address
this.
birthday field is a date with month day and year)
I started to use Month([birthday])=Month(Date()) And Day([birthday])
Between Day(Date())-5 And Day(Date())+5 which would work except for
dealing with last month's bdays and next months. I don't know how to address
this.