I'm just starting to try to use Access to replace some of my Excel sheets so I'm not super familiar with all of it's abilities yet.
Here is the basic layout of the table:
Location Description Reason Cost Part#
Dept1 x y $1.00 1
Dept1 x y $1.50 1
Dept1 x y $1.75 2
Dept2 x y $1.50 2
Dept2 x y $2.00 4
Dept2 x y $3.00 5
Dept3 x y $2.50 1
Dept3 x y $3.50 8
Dept4 x y $5.00 3
What I'm trying do is make a report that will SUM all of the costs where the part# is 1, 2, etc. into something like
Part# CostSum
1 $5.00
2 $3.25
3 $5.00
4 $2.00
5 $4.00
8 $3.50
Obviously my database has much more information but that is the general idea. Can this be done in Access 2016?