Hello,
I'm trying to create a report that will return accounts for clients who are older than 90 years as of January 1st.
So far I've been able create the formula to get current year - 90 but I haven't been able to figure out how to add the January 1st requirement?? Here is the I have so far
((DatePart ("yyyy", {CUSTOMER.DOFB})<=(DatePart("yyyy",CurrentDate)-90)))
Can anyone tell me how to build this formula so that the report is only returning accounts where the client was older than 90 on January 1st of the current year?
Any help would be greatly appreciated!
Thanks.
I'm trying to create a report that will return accounts for clients who are older than 90 years as of January 1st.
So far I've been able create the formula to get current year - 90 but I haven't been able to figure out how to add the January 1st requirement?? Here is the I have so far
((DatePart ("yyyy", {CUSTOMER.DOFB})<=(DatePart("yyyy",CurrentDate)-90)))
Can anyone tell me how to build this formula so that the report is only returning accounts where the client was older than 90 on January 1st of the current year?
Any help would be greatly appreciated!
Thanks.