C
culbertson
I volunteer for a community service organization.
I have a database that records the date began. I need to
generate a report that lists time on the program.
How can I subtract dates and come up with years.
I have one field with DateBegan and one I created in the
query CurrentDate:Now()
I tried the following in the querry:
TimeOnProg: ([CurrentDate]-[DateBegan])/12
but I do not get the answers I need
what am i doing wrong?
I have a database that records the date began. I need to
generate a report that lists time on the program.
How can I subtract dates and come up with years.
I have one field with DateBegan and one I created in the
query CurrentDate:Now()
I tried the following in the querry:
TimeOnProg: ([CurrentDate]-[DateBegan])/12
but I do not get the answers I need
what am i doing wrong?