I have a simple database that we use to track dates of several misc items. I am trying to create a simple query that we can run that will tell us when an item is over 1 year from "today" without having to type in query i.e Last_Inventory_Date <02/14/2002
I have a different query that tracks by month/year of current that is: Year([Last_Inspection_Date])=Year(Now()) And Month([Last_Inspection_Date])=Month(Now()) I need to know how to make it so it checks all records that is 1 year over from todays date.
Thanks
Thanks,
Mike
ledzep@hot.rr.com
I have a different query that tracks by month/year of current that is: Year([Last_Inspection_Date])=Year(Now()) And Month([Last_Inspection_Date])=Month(Now()) I need to know how to make it so it checks all records that is 1 year over from todays date.
Thanks
Thanks,
Mike
ledzep@hot.rr.com