General discussion
Thread display: Collapse - |
All Comments
Start or search
Create a new discussion
If you're asking for technical help, please be sure to include all your system info, including operating system, model number, and any other specifics related to the problem. Also please exercise your best judgment when posting in the forums--revealing personal information such as your e-mail address, telephone number, and address is not recommended.
Access
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.