I have imported a csv report into a table. The report does not fill down each heading for each record. Using a query, I can check each field for a null value and replace with another value. But I would like to automate it to fill each null field with the first value in the field.
Before Example:
STYLE COLOR SIZE BACKING
N1718 9295 21024C BK
LC
LI
LI
Required Example:
STYLE COLOR SIZE BACKING
N1718 9295 21024C BK
N1718 9295 21024C LC
N1718 9295 21024C LI
N1718 9295 21024C LI
Before Example:
STYLE COLOR SIZE BACKING
N1718 9295 21024C BK
LC
LI
LI
Required Example:
STYLE COLOR SIZE BACKING
N1718 9295 21024C BK
N1718 9295 21024C LC
N1718 9295 21024C LI
N1718 9295 21024C LI