G
Guest
I have a query set-up that I'm trying to get their NEXT birthday. It's
currently putting out their birthday this year. Any suggestions? The
database field is Birthday1.
Thanks.
Current Query
Birthday: DateSerial(Year(Now()),Month([Birthday1]),Day([Birthday1]))
currently putting out their birthday this year. Any suggestions? The
database field is Birthday1.
Thanks.
Current Query
Birthday: DateSerial(Year(Now()),Month([Birthday1]),Day([Birthday1]))