I get a syntax error with that union query. Heres my version:
SELECT
ID,
x1 AS ItemValue
FROM tblCHILD
UNION
SELECT ALL
ID,
x2 AS ItemValue
FROM tblCHILD
UNION
SELECT ALL
ID,
x3 AS ItemValue
FROM tblCHILD
UNION
SELECT ALL
ID,
x4 AS ItemValue
FROM tblCHILD
UNION
SELECT ALL
ID,
x5 AS ItemValue
FROM tblCHILD
UNION
SELECT ALL
ID,
x6 AS ItemValue
FROM tblCHILD
UNION
SELECT ALL
ID,
x7 AS ItemValue
FROM tblCHILD
UNION
SELECT ALL
ID,
x8 AS ItemValue
FROM tblCHILD
UNION
SELECT ALL
ID,
x9 AS ItemValue
FROM tblCHILD
UNION
SELECT
ID,
x10 AS ItemValue
FROM tblCHILD
UNION
SELECT ALL
ID,
x12 AS ItemValue
FROM tblCHILD
UNION
SELECT ALL
ID,
x13 AS ItemValue
FROM tblCHILD
UNION
SELECT ALL
ID,
x14 AS ItemValue
FROM tblCHILD
UNION
SELECT ALL
ID,
x15 AS ItemValue
FROM tblCHILD
UNION
SELECT ALL
ID,
x16 AS ItemValue
FROM tblCHILD
UNION
SELECT ALL
ID,
x17 AS ItemValue
FROM tblCHILD
UNION
SELECT ALL
ID,
x18 AS ItemValue
FROM tblCHILD
UNION
SELECT ALL
ID,
x19 AS ItemValue
FROM tblCHILD
UNIONSELECT
ID,
x20 AS ItemValue
FROM tblCHILD
UNION
SELECT ALL
ID,
x21 AS ItemValue
FROM tblCHILD
UNION
SELECT ALL
ID,
x22 AS ItemValue
FROM tblCHILD
UNION
SELECT ALL
ID,
x23 AS ItemValue
FROM tblCHILD
UNION
SELECT ALL
ID,
x24 AS ItemValue
FROM tblCHILD
UNION
SELECT ALL
ID,
x25 AS ItemValue
FROM tblCHILD
UNION
SELECT ALL
ID,
x26 AS ItemValue
FROM tblCHILD
UNION
SELECT ALL
ID,
x27 AS ItemValue
FROM tblCHILD
UNION
SELECT ALL
ID,
x28 AS ItemValue
FROM tblCHILD
UNION
SELECT
ID,
x29 AS ItemValue
FROM tblCHILD
UNION
SELECT ALL
ID,
x30 AS ItemValue
FROM tblCHILD
UNION
SELECT ALL
ID,
x31 AS ItemValue
FROM tblCHILD
UNION
SELECT ALL
ID,
x32 AS ItemValue
FROM tblCHILD
UNION
SELECT ALL
ID,
x33 AS ItemValue
FROM tblCHILD
UNION
SELECT ALL
ID,
x34 AS ItemValue
FROM tblCHILD
UNION
SELECT ALL
ID,
x35 AS ItemValue
FROM tblCHILD
UNION
SELECT ALL
ID,
x36 AS ItemValue
FROM tblCHILD;