Getting column values into row values (transpose)

M

Mikael Lindqvist

Hi,

For some odd reason does one of my table contain information that are of
same character in 5 seperate columns, they only containt "J" or "N" values.

I want to create a query that put all those column values in 1 column (and 5
rows).

Example: (PersonID, Column1, Column2,...,Column5)

Mikael, J, J, N, N, J

What I want is to change this table (with a query) so it looks like this:

PeronsID, NEWcolumn
Mikael, J
Mikael, J
Mikael, N
Mikael, N
Mikael J

But how?

Kindly,
Mikael
Sweden
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top