G
Guest
I am attempting to extract a 2 year history of data based on a date in my
query. I have tried using the following syntax but it returns data prior to
2 years:
Now, I can use the criteria of > "1/1/2004" but this requires annual
maintenance. Any ideas?
query. I have tried using the following syntax but it returns data prior to
2 years:
DatePart("yyyy",[FundedDate]-1)
Now, I can use the criteria of > "1/1/2004" but this requires annual
maintenance. Any ideas?