S
Sheryl
I need to take a table/query that looks like:
A 1
A 2
B 1
B 3
and turn it into:
A 3
B 4
Basically, I need to sum up some fields according to
another field. i.e. If the data in field one matches,
sum field two. I do not know what the data in field one
is... I just know it needs to match itself in order to
combine other fields.
Please help!!!
Sheryl
A 1
A 2
B 1
B 3
and turn it into:
A 3
B 4
Basically, I need to sum up some fields according to
another field. i.e. If the data in field one matches,
sum field two. I do not know what the data in field one
is... I just know it needs to match itself in order to
combine other fields.
Please help!!!
Sheryl