E
EHPorter
I'm trying to figure out an access expression that will calculate the number
of full, complete months between two dates. It is for certain mortgage
based financial calculations, which need to determine how many payments have
been missed.
Example:
Comparing the dates January 15, 2004 and April 16, 2004, the total number of
full months between the two dates is 3
BUT comparing the dates January 15, 2004 and April 14, 2004, the total
number of full months between the two dates is only 2
Any suggestions on this would be appreciated.
of full, complete months between two dates. It is for certain mortgage
based financial calculations, which need to determine how many payments have
been missed.
Example:
Comparing the dates January 15, 2004 and April 16, 2004, the total number of
full months between the two dates is 3
BUT comparing the dates January 15, 2004 and April 14, 2004, the total
number of full months between the two dates is only 2
Any suggestions on this would be appreciated.