Phil Wade
The query now displays the number of minutes for the operation. Crossing
dates is no problem.
To display this as minutes and fractions, just divide by 60.
To display the result as hours and minutes, use a text box with
ControlSource of:
=[Minutes] \ 60 & Format([Minutes], "\:00")
--
Allen Browne - Microsoft MVP. Perth, Western Australia.
Tips for Access users - http://allenbrowne.com/tips.html
Reply to the newsgroup. (Email address has spurious "_SpamTrap")
"philwade" <phil...@bayou.com> wrote in message
news:_fGdnaMsxN7...@www.bayou.com...
Phil Wade
"Allen Browne" <abrowne1...@bigpond.net.au> wrote in message
news:%23JQiypS...@tk2msftngp13.phx.gbl...