Hello
I am having problem with duplicates. I have two table as below:
ID Item Name
1 Mixer
2 Mixer
Item Name Weight
Mixer 33
Mixer 22
ID Item Name Weight
1 Mixer 33
1 Mixer 22
2 Mixer 33
2 Mixer 22
But I want a table without dublicates. I can't use Max/Min/Average or First/Last under Weight field because there are more than 2 items with same name. (Both ID and Weight are unique).
Can somebody guide me please.
Thanks
prakash
I am having problem with duplicates. I have two table as below:
ID Item Name
1 Mixer
2 Mixer
Item Name Weight
Mixer 33
Mixer 22
ID Item Name Weight
1 Mixer 33
1 Mixer 22
2 Mixer 33
2 Mixer 22
But I want a table without dublicates. I can't use Max/Min/Average or First/Last under Weight field because there are more than 2 items with same name. (Both ID and Weight are unique).
Can somebody guide me please.
Thanks
prakash
Comment