madrigale
08-25-2009, 11:49 AM
Hi, I have a table with 100k + records, all records have Locator Id and various fields. I am ok with having 1 Record ID with multiple records but I do need the sum of the data in fields per each record. I am more proficient in excel, where I would have used a sum if function under the Record ID Criteria, but I am not as comfortable in access. DB is too big to be transferred in excel
Example:
What I have:
Record ID/ Field 1 /Field 2
a/0/5
a/2/6
b/5/0
c/0/0
c/2/3
What I need:
Record ID/ Field 1 /Field 2
a/2/11
b/5/0
c/2/3
Can someone please help?
Example:
What I have:
Record ID/ Field 1 /Field 2
a/0/5
a/2/6
b/5/0
c/0/0
c/2/3
What I need:
Record ID/ Field 1 /Field 2
a/2/11
b/5/0
c/2/3
Can someone please help?