ladyhawkfl
Technical User
I have a table with 1280 records and 208 fields. I need to keep the first 3 fields, (field names: a, b, a0001) for all records. I then need to take all the records where the next field a0002 is populated and replace field a0001 with field a0002 and append fields a, b, a0001 to the file. I know this will mean duplicate records for the first two fields, but that's what I need. Ultimately, I need one new record for every instance where fields a0002 through a0206 are populated with the first 2 fields retained and the value of field a0001 overwritten. I've attached a sample of 25 records. Thank you!