L
lez08
I have an inventory table which has duplicate values and am looking for a
way to update the table so I can add the duplicate value and combine into
one record for each value
Let me explain, It is an inventory table I have a product, prodID 1049 qty =
5, within this table prodID 1049 appears again qty = 3
So what I want is a qbw method that will give me one entry for prodID 1049
qty = 8
Their are more than one duplicate product so need to search for all
duplicate prodID's and add all qty's
Many thanks
way to update the table so I can add the duplicate value and combine into
one record for each value
Let me explain, It is an inventory table I have a product, prodID 1049 qty =
5, within this table prodID 1049 appears again qty = 3
So what I want is a qbw method that will give me one entry for prodID 1049
qty = 8
Their are more than one duplicate product so need to search for all
duplicate prodID's and add all qty's
Many thanks