A
AndyB
I am trying to add a year to a query of DOB from the Table 30log250 to be
compared against Table war_M2
I have tried different variations of WHERE
((([30LOG250].DOB)=[war_m2.dob]));
which works fine for an exact match but I thought if I added WHERE
((([30LOG250].DOB)=[war_m2.dob],"YYYY,+1));
I would get the next year so ie 12/27/84 and 12/27/85 would be a match.
It does not work. What am I missing
Andy Benjamin
compared against Table war_M2
I have tried different variations of WHERE
((([30LOG250].DOB)=[war_m2.dob]));
which works fine for an exact match but I thought if I added WHERE
((([30LOG250].DOB)=[war_m2.dob],"YYYY,+1));
I would get the next year so ie 12/27/84 and 12/27/85 would be a match.
It does not work. What am I missing
Andy Benjamin