D
DS
I have this formula to get Elapsed Time...it works fine except I have an
additional problem. My Date and Time are two seperate fields for reasons to
deep to go into. Should I or can I combine the two fields LogDateIn &
LogTimeIn to make this work or is there another way.
=DateDiff("n",[LogTimeIn],[LogTimeOut])
The fields are...
LogDateIn
LogTimeIn
LogDateOut
LogTimeOut
Thanks
DS
additional problem. My Date and Time are two seperate fields for reasons to
deep to go into. Should I or can I combine the two fields LogDateIn &
LogTimeIn to make this work or is there another way.
=DateDiff("n",[LogTimeIn],[LogTimeOut])
The fields are...
LogDateIn
LogTimeIn
LogDateOut
LogTimeOut
Thanks
DS