Seems like I just answered this question, maybe at another site.<br><br>Add this fuction to a module:<br><br>Public Function fMinutesElapsed(interval) As Integer<br>If IsNull(interval) Then Exit Function<br>fMinutesElasped = Int(CSng(interval * 1440))<br>End Function<br><br>To use this fundtion in an expression in a query, try this:<br><br>Minutes:fMinutesElapsed([TimeOut]-[TimeIn])<br><br>HTH<br>RDH <p>Ricky Hicks<br><a href=mailto: rdhicks@mindspring.com> rdhicks@mindspring.com</a><br><a href= > </a><br>