(MS Access 2010)
I am sure this should be so simple, but I can't make it work...
I am trying to calculate the next due date for an inspection using a query. The two fields I am pulling from my table are:
[LastInspectionDate] and [InspectionFrequency].
The inspection frequency is in years, but the formula I am using keeps treating it as days.
Here is what I have in my query:
NextInspectionDate: DateAdd("y",[Last_Insp_Date],[Inspection_Frequency])
So if the Inspection Frequency is 5, I need it to add 5 years to the Last Inspection Date.
Any ideas?
TIA!
I am sure this should be so simple, but I can't make it work...
I am trying to calculate the next due date for an inspection using a query. The two fields I am pulling from my table are:
[LastInspectionDate] and [InspectionFrequency].
The inspection frequency is in years, but the formula I am using keeps treating it as days.
Here is what I have in my query:
Code:
Code:
So if the Inspection Frequency is 5, I need it to add 5 years to the Last Inspection Date.
Any ideas?
TIA!