If your "fields" contain hours worked on a day in each of "various
endeavors", you have a spreadsheet. Ask yourself this question, "if I add a
new endeavor, will I need to add a new field?" If your answer is "yes", you
have a spreadsheet.
One possible table structure that would allow you to use the Totals query
Access offers would be:
trelVolunteerHours
VolunteerHoursID (probably an Autonumber field)
VolunteerID (who worked? this is a foreign key field from a table of
volunteers)
DateVolunteerWorked (a date/time field)
EndeavorID (this is a category, a foreign key field from a table of
endeavors)
HoursWorked (this records the number of hours worked, on this date, by
this volunteer, in this category)
With data organized this way, it would be a simple Totals query to find the
sum of hours worked, by category, by volunteer, for a specified date range
(month, year, ...).
--
Regards
Jeff Boyce
Microsoft Office/Access MVP
Microsoft IT Academy Program Mentor
http://microsoftitacademy.com/
Microsoft Registered Partner
https://partner.microsoft.com/