I am trying to display (in Query) a letter date that will read the column value and minus one year from that date (that date i.e. meaning today's current date).
Value(s)of Account.Letter
10 OCT 00
15 FEB 99
25 MAR 00
15 JUN 00
27 SEPT 00
01 MAR 01
I want to display any date that is greater than one year old (from todays date, or current date). So if today is 29 JAN 02, than it should display all dates stored less than 29 JAN 01 as "Review"
or be able to id it as "Review"
so from above data: it would show:
10 OCT 00
15 FEB 99
25 MAR 00
15 JUN 00
27 SEPT 00
I hope this is somewhat clear as I am new to the Access SQL thing. Any assistance would be greatly appreciated.
Corrado
Value(s)of Account.Letter
10 OCT 00
15 FEB 99
25 MAR 00
15 JUN 00
27 SEPT 00
01 MAR 01
I want to display any date that is greater than one year old (from todays date, or current date). So if today is 29 JAN 02, than it should display all dates stored less than 29 JAN 01 as "Review"
or be able to id it as "Review"
so from above data: it would show:
10 OCT 00
15 FEB 99
25 MAR 00
15 JUN 00
27 SEPT 00
I hope this is somewhat clear as I am new to the Access SQL thing. Any assistance would be greatly appreciated.
Corrado