Hi. I'm not quite sure how to describe what I'm trying to achieve without an example. So here goes.
Say I have a table that looks like this.
Species Breed Cat Siamese Cat Ragdoll Dog Poodle Cat Sphynx Dog Bulldog Dog German Shepard Dog Golden Retriever
I want to run a query from that table that looks like this
Species Breeds Cat Siamiese, Ragdoll, Spynx Dog Poodle, Bulldog, German Shepard, Golden Retriever
So basiclaly in this example I collapsed all speices into one row and concatenated the results of the breeds column.
Is that something that can be done programatically in access?