Transpose Query

  • Thread starter Thread starter Bill Sturdevant
  • Start date Start date
B

Bill Sturdevant

I have records in atable:

R1F1
R2F1
R3F1
R4F1 the number of actual records is variable

I need to do a query and an extract from that query so
that the records come out as follows:

R1F1;R2F1;R3F1;R4F1

How can I do that without writing VB code?
 

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