Access Database: How do I get totals?

Winchester

Diamond Member
Jan 21, 2003
4,965
0
76
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.
 

EagleKeeper

Discussion Club Moderator<br>Elite Member
Staff member
Oct 30, 2000
42,589
5
0
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
 

SoundTheSurrender

Diamond Member
Mar 13, 2005
3,126
0
0
you run a query, add the table you want totals, then in that totals section you do a sum(insert column you want totals from) here.