In my dealership dbs one of my fields is, ‘DatePurchased.’ From the ‘DatePurchased’ field I created a field ‘DOL’ (Days On Lot) which counts the days between the ‘DatePurchased’ to the current date: DOL: (Date()-[DatePurchased]). E.g. DatePurchased 8/27/2012, DOL 129. Now, how can I show (calculate) how many MONTHS have passed since ‘DatePurchased’ (or DOL) & the current date?
Thanks in Advance