• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

Access Database: How do I get totals?

Winchester

Diamond Member
Im doing a small timesheet database for ~6-7 people. I have them entering their time in forms online and then import the data into Access.

How would I go about adding up their total hours in different fields? Such as all the hours worked between such and such dates while working on project A.
 
You will have to set up a query to pull the records by the desired date.

The output of that query can then be summed as described by Thyme
 
Back
Top