calculation in a query

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

How do you calculate the total hours worked per week. At present I am using a
"Short Time" format to record the daily hours worked.
 
The Access Date/Time data type does NOT record "daily hours worked". It
preserves a "point-in-time" value.

Because of this, what you believe you have been saving is actually a series
of date/times.

Save the "hours worked" as a number data type. You can't add date/times,
you can add numbers.

Regards

Jeff Boyce
Microsoft Office/Access MVP
 
Are you using a start field and a stop field in the daily record?

Post your table structure.
 
Back
Top