Access - TechRepublic
General discussion
August 1, 2001 at 10:46 AM
vhansen86

Access

by vhansen86 . Updated 24 years, 10 months ago

I have a table I want to combine records on:
Name Number Letter
John 1 A
John 2 B
John 3 C

Need to query to make a new table to look like this:

Name Number Letter
John 1,2,3 a,b,c

Any help would beappreciated. Current code is not efficient. Current code consists of deleting the new table each time and re-creating.

This discussion is locked

All Comments