C
Chet Martin
trying to fix a problem in a club membership program
the query uses Date and Year function
(DatePart("m",Date$())+2) DatePart("yyyy",Date$())-10
the query is to find members that have been members for 10 years, using the
current month and year minus 10
the query works until Nov & Dec when the year needs to jump to the next year
the query uses Date and Year function
(DatePart("m",Date$())+2) DatePart("yyyy",Date$())-10
the query is to find members that have been members for 10 years, using the
current month and year minus 10
the query works until Nov & Dec when the year needs to jump to the next year