Access - TechRepublic
General discussion
August 8, 2001 at 08:58 AM
vhansen86

Access

by vhansen86 . Updated 24 years, 10 months ago

Access
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 be appreciated. Currentcode is not efficient. Current code consists of deleting the new table each time and re-creating.

This discussion is locked

All Comments