Hi all,
I am new to access 2007 and I am trying to create a field in a query that will return total elapsed hours worked based on their hire date.
This returns total days:
Hours Worked: Int(DateDiff("d",[Vendors]![Hire Date],Date()))
Is there a way to format this into hours?
I am new to access 2007 and I am trying to create a field in a query that will return total elapsed hours worked based on their hire date.
This returns total days:
Hours Worked: Int(DateDiff("d",[Vendors]![Hire Date],Date()))
Is there a way to format this into hours?