I need to return the difference between two different times and dates in both hours and minutes. I am using the datediff function to calculate this in hours. The only problem is the datediff function returns a result that is rounded to the next whole hour. I need to be more specific than this. That is, I need to have a result that returns hours and minutes or ,at the very least, the hours shown as a fraction. Any ideas?