Question
Summing up
Seem to be having fun with query of queries today... I have a
list of schedule activities in an access database that contain the
same Description. For instance
1.Act100 = 2
2.Act100 =1
3.Act100 = 8
4.Act200 = 5
5.Act200 = 2
What I am trying to accomplish is I want a query to delivery this data then sum up the Descriptions that are the same.
1.Act100 = 11
2.Act200 = 7
I have been trying query of queries but I keep running into a wall. Any suggestions?
1.Act100 = 2
2.Act100 =1
3.Act100 = 8
4.Act200 = 5
5.Act200 = 2
What I am trying to accomplish is I want a query to delivery this data then sum up the Descriptions that are the same.
1.Act100 = 11
2.Act200 = 7
I have been trying query of queries but I keep running into a wall. Any suggestions?
