Please Help me on this one,
I have a Query that I want to interrogate records that has a "Date" thats more than five years old. How do I code the criteria for selecting these records. I tried using
the 'DateAdd' function, such as, ">DateAdd("m",60,Date())".
But, I'm not getting the proper results. Need Help! Thanks.
I have a Query that I want to interrogate records that has a "Date" thats more than five years old. How do I code the criteria for selecting these records. I tried using
the 'DateAdd' function, such as, ">DateAdd("m",60,Date())".
But, I'm not getting the proper results. Need Help! Thanks.