Hello,
I have a form that records Date In, Date Out, Time In, and Time Out and I am
looking to create a query to give me the differance in minutes. Each of these
fields are seperate. I was able to create =[DateIn]+[TimeIN], but I cant seem
to get it to due something like this
=([DateIn]+[TimeIn]),([DateOut]+[TimeOut]) then use the date time diff
formula. Thanks for your help in advance.
Rocket
Ken Snell (MVP) - 19 Mar 2007 00:21 GMT
=DateDiff("n",([DateIn]+[TimeIn]),([DateOut]+[TimeOut]))

Signature
Ken Snell
<MS ACCESS MVP>
> Hello,
>
[quoted text clipped - 9 lines]
>
> Rocket