If the transpose in Exel doesn't do it for you, you can do it with queries in Access. If this is really only four columns, I would create one query to select column A and append it as you want to the new table. Then modify the query three times to create the other three rows. If you have many columns, you'll probably want to write a code routine that loops through the columns and modifies and runs the append query for you.