how do I calculate time in access? ex: time in time out

M

Missie

Trying to keep track of time off request......need to get the difference in
the time the employee leaves and the time they get back using a query
 
X

XPS350

Trying to keep track of time off request......need to get the difference in
the time the employee leaves and the time they get back using a query

You can use the DateDiff function to calculate this.
For example DateDiff("n";TimeIn;TimeOut) calculates the difference in
minutes.

Groeten,

Peter
http://access.xps350.com
 

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