M
matrix7410
Hello,
I have a table with duplicate row (with certain matching fileds) but
with different dollar amounts. I want to combine the dollar amount if
the member id is the same.
Table: Member
Name ID $
John 1000 $100
John 1000 $500
What I want is
John 1000 $1500
Can someone help?
I have a table with duplicate row (with certain matching fileds) but
with different dollar amounts. I want to combine the dollar amount if
the member id is the same.
Table: Member
Name ID $
John 1000 $100
John 1000 $500
What I want is
John 1000 $1500
Can someone help?