calculation of time

  • Thread starter Thread starter Pam
  • Start date Start date
P

Pam

I have a database with beginning times and ending times.
How do I do a query that will give me how much time it
took to do a project?

Thanks,
 
I have a database with beginning times and ending times.
How do I do a query that will give me how much time it
took to do a project?

Thanks,

Use the DateDiff() function. Open the VBA editor (by typing Ctrl-G)
and look for help on DateDiff.
 
Back
Top