I need to take 2 rows of a table (it will always be 2) and have them merged into 1 row, so that these fields in the table:
BakeTime, Diameter, Size, Height
end up being something like
BakeTime1, BakeTime2, Diameter1, Diameter2, Size1, Size2, Height1, Height2
in the final result record. There is a 'unique id' field in the table, which is unique to the 2 records at a time that I want output together.