G
Gustav Johansen
I've got an Access 2003 db I've been using for our school that has three
linked
tables: Clients, Students, Programs.
Many Clients(parents) have multiple students and (thus)programs.
In exporting to excel then importing to outlook Im trying to create
records
that will list multiple students in one field(of one record) seperated by
commas, then
their program ID's in another field seperated by commas so that each
client
has only one record when it gets to outlook.
Access looks like this:
Client1 student1 program1
client1 student2 program2
I would like a query (or the spreadsheet)to look like this:
client1 student1, student2 program1, program2
What would be the best approach? Thanks
linked
tables: Clients, Students, Programs.
Many Clients(parents) have multiple students and (thus)programs.
In exporting to excel then importing to outlook Im trying to create
records
that will list multiple students in one field(of one record) seperated by
commas, then
their program ID's in another field seperated by commas so that each
client
has only one record when it gets to outlook.
Access looks like this:
Client1 student1 program1
client1 student2 program2
I would like a query (or the spreadsheet)to look like this:
client1 student1, student2 program1, program2
What would be the best approach? Thanks