computerguy
New member
- Local time
- Today, 03:20
- Joined
- Sep 1, 2004
- Messages
- 5
I'm trying to concatenate multiple record field items to another table/query (with the purpose of exporting them to another program). I'm a seasoned Access person with limited visual basic knowledge. Any direction or suggestions would be appreciated.
My table/query is as follows;
Client ID Medication
1 Asprin
1 Tylenol
1 Advil
2 Asprin
2 Tylenol
Desired new table/query;
Client ID Medication
1 Asprin, Tylenol, Advil
2 Asprin, Tylenol
My table/query is as follows;
Client ID Medication
1 Asprin
1 Tylenol
1 Advil
2 Asprin
2 Tylenol
Desired new table/query;
Client ID Medication
1 Asprin, Tylenol, Advil
2 Asprin, Tylenol