D
deb
i want to calculate and end date for a lease term
pretty easy =DateAdd("yyyy",+[Term],[StartDate])
so my start date is 01/07/09 and my term is 1 year so my end date is 01/07/10
trouble is, what it should be is 30/06/10
my question is how do i get the above formula to deduct one day to get the
correct date?
pretty easy =DateAdd("yyyy",+[Term],[StartDate])
so my start date is 01/07/09 and my term is 1 year so my end date is 01/07/10
trouble is, what it should be is 30/06/10
my question is how do i get the above formula to deduct one day to get the
correct date?