calculation of time

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,
 
J

John Vinson

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.
 
Top