this is probably easy but i cannot figure this out for some reason.
i have a table (tblDescription) with two fields: "barcode" & "additional description"
there are some duplicate records that have the same "barcode", but different "additional description". is there a way to combine the two different descriptions into one.
ie: barcode description
1300 orange
1300 big
would like to be: barcode description
1300 orange big
thanks a lot for your help!
i have a table (tblDescription) with two fields: "barcode" & "additional description"
there are some duplicate records that have the same "barcode", but different "additional description". is there a way to combine the two different descriptions into one.
ie: barcode description
1300 orange
1300 big
would like to be: barcode description
1300 orange big
thanks a lot for your help!