Hello All,
I have a database where my computers and printers are tested every 90 days. An example record lists the computer model, serial number, and date it was tested. It is supposed to be retested again 90 days later. I have records that still exist from 10 years ago, but have been trying to single out the ones that are older than 90 days in THIS calendar year.
In my simple query in the criteria in my DATE field, I have tried. <Date() -90, but that pulls everything from 10 years ago. I tried "Like"*"[Calendar Year]&"*" AND <Date()-90 and no joy. I tried Between[Enter Calendar Year]AND[Enter Todays Date]& Date() <=90.
I can't seem to figure out the right sequence for the criterial for this one. The dates on the test sheets are long format i.e. September 9, 2012.
Any help would be greatly appreciated.
Thank you,
m0aje