Hi, I thought you could make a UNION query, unified with tow column, Id and Information, For the five fields
Like this:
SELECT ID, More Information1 AS Information
FROM TableName UNION
SELECT ID, More Information2 AS Information
FROM TableName UNION
SELECT ID, More Information3 AS Information...