Combine Two Records into One

D

Dave F

How can I combine two records into a single record in a new table?

The table has two fields, Unique Record ID and Text String.

The second record is always a continuation of the first record.

For example:
ID Text
1 Text string record 1
2 Text string record 2
3 Text string record 3
4 Text string record 4
....
n Text string record n
n+1 Text string record n+1

The result needs to be (in a new table):
1 Text string record 1 Text string record 2
2 Text string record 3 Text string record 4
3 Text string record 5 Text string record 6
....

Thanks,
Dave F.
 

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