Counting Months

  • Thread starter Thread starter Theresa
  • Start date Start date
T

Theresa

I volunteer for a not-for profit company.

I keep the database. I have a field for the date they
began - mm/dd/yyyy

i need to count the number of months they have been a
participant, from today.

How can I do that? I have a function for the number of
years

Length of Participation: DateDiff("yyyy",[DateBegan],Date
())-IIf(Format([DateBegan],"mmdd")>Format(Date
(),"mmdd"),1,0)


thanks
 
Back
Top