I know what i'm trying to do sounds simple but can't seem to figure out a way to really get it done, here is an example:
i have columns (fields) and respective data as following:
JobNumber Price
55555 200
55555 300
44444 400
44444 200
I want to be able to make a new query out of that to show:
JobNumber Price
55555 500
44444 600
where it eliminates the duplicate job numbers and adds their respective price. So all 55555 job numbers price is added together. Please help =)![]()