Counting Months

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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top