Expand rows into columns

  • Thread starter Thread starter smithredmist
  • Start date Start date
S

smithredmist

Hi,

Fairly new to access queries and am trying to achieve the following..

Current Data
============

ID, Name
---------
1, John Smith
1, Jane Smith
2, Michael Jones
2, Kevin Simpson

Desired Query Ouput
===================

ID, Name1, Name2
-----------------
1, John Smith, Jane Smith
2, Michael Jones, Kevin Simpson

Probably all I need is a hint as to what it is I'm trying to do.

Thanks
 

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

Back
Top