JoseQuiervo
Programmer
Is there a way to combine duplicate records into a single record? Then to display all non-duplicate records the same way? First, I have field1 that has duplicates because the associated data has a high end and a low end. I'd like to combine the high end and low end and only show one field1.
(ie) -
field1 = 040124, field2 = 208, field3 = 90.8
field1 = 040124, field2 = 115, field3 = 72.7
what I want:
field1 = 040124, field2 = 208/115, field3 = 90.8/72.7
(ie) -
field1 = 040124, field2 = 208, field3 = 90.8
field1 = 040124, field2 = 115, field3 = 72.7
what I want:
field1 = 040124, field2 = 208/115, field3 = 90.8/72.7