Hi,
New to access and vba.
I would like to calculate the difference in time and return the value to a field in hours and minutes. I have been on this for hours.
At the moment I'm back to the basics.
I have
[TimesheetTotal] = DateDiff("n", [TimesheetStartTime],[TimesheetFinishTime])
So this shows the time in minutes. But I really want to show the time in hours and minuets.
Thank you in advance for any help![]()