To create an amortization table, I am trying to calculate the months between  two dates, without the user having to enter any information.
 
Mo2Exp: Round(((DateDiff("d",Date(),[a].[expire_date]))/30.5),0)
 
This is the formula I've been using, but there is an issue with it:  Because I am using...