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.
 

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