Good afternoon, folks. I have a WHERE statement which I need to modify to say anything three years old today. Here is my statement:
WHERE (((tblECN_MasterData.DateEnd)<=Date())) OR (((tblECN_MasterData.DateCancelled)<=Date()));
Thank you to anyone answering this question.
WHERE (((tblECN_MasterData.DateEnd)<=Date())) OR (((tblECN_MasterData.DateCancelled)<=Date()));
Thank you to anyone answering this question.