VeronicaCBurgess
Technical User
I have a database that I am building to track the anniversary dates for tenants. I have a query that with the field [beg_date] and the following which will return the entire years worth of anniversary dates.
Anniversary: Format([beg_date],"mm/dd"
& "/" & Format(Date(),"yyyy"
Is there a way to isolate just the upcomming anniversary dates for the rest of the year, ie July forward?
Thanks
Anniversary: Format([beg_date],"mm/dd"
Is there a way to isolate just the upcomming anniversary dates for the rest of the year, ie July forward?
Thanks