S
Shelby
I am creating a database with a Date/Time to Administrator
field, and a Date/Time to Analyst field. I have these
fields formatted as ddd", "dd mmm yyyy hh:nn so that I can
capture both the day and hour in the same field. I need
to be able to calculate the difference in these two fields
as a record of hours and days - I'm tracking turnaround,
and it's not always a matter of hours, sometimes it might
be 3.5 hours, sometimes it might be 1 day and 3.5 hours.
I'm using the DateDiff function in a query, but I need to
know how to make it display the results in days and hours,
and not a round day (I'm getting 0 for a turnaround of a
few hours, and 1 for anything over a day). Is there a way
to do this?
field, and a Date/Time to Analyst field. I have these
fields formatted as ddd", "dd mmm yyyy hh:nn so that I can
capture both the day and hour in the same field. I need
to be able to calculate the difference in these two fields
as a record of hours and days - I'm tracking turnaround,
and it's not always a matter of hours, sometimes it might
be 3.5 hours, sometimes it might be 1 day and 3.5 hours.
I'm using the DateDiff function in a query, but I need to
know how to make it display the results in days and hours,
and not a round day (I'm getting 0 for a turnaround of a
few hours, and 1 for anything over a day). Is there a way
to do this?