Hi have a table in Access 2010 and in one field i have multiple records of the same data as in the next field it has unique data for example:
Name Colour
Car Blue
Car Green
Car Yellow
Bus Orange
Bus Purple
Bus Red
I am trying to run a query which will effectively group up the "Name" field and combine the "colour" field against the name using a ";". so it would look like this:
Name Colour
Car Blue;Green;Yellow
do you know how i would do this.
Name Colour
Car Blue
Car Green
Car Yellow
Bus Orange
Bus Purple
Bus Red
I am trying to run a query which will effectively group up the "Name" field and combine the "colour" field against the name using a ";". so it would look like this:
Name Colour
Car Blue;Green;Yellow
do you know how i would do this.