Hello,
I need help with a query that I cant get to work or rather
dont know where to start anymore.
I have a data that looks somthing like this if I do a
simple select statement eg. SELECT animal, colour FROM tbl_animals
Animal Colour
------ ------
Cat Brown
Cat Red
Cat Orange
Cat Black
Cat White
Dog Black
Dog Red
Dog Orange
Dog White
but what I want the data to look like is this when I do a
query to output to a report. (crystal reports 8.5)
Animal Colours
------ --------------------------------
Cat Brown Red Orange Black White
Dog Black Red Orange White
Is this possible? and if so, how would I go about doing
this.
Thanks for listening
Mapuche
I need help with a query that I cant get to work or rather
dont know where to start anymore.
I have a data that looks somthing like this if I do a
simple select statement eg. SELECT animal, colour FROM tbl_animals
Animal Colour
------ ------
Cat Brown
Cat Red
Cat Orange
Cat Black
Cat White
Dog Black
Dog Red
Dog Orange
Dog White
but what I want the data to look like is this when I do a
query to output to a report. (crystal reports 8.5)
Animal Colours
------ --------------------------------
Cat Brown Red Orange Black White
Dog Black Red Orange White
Is this possible? and if so, how would I go about doing
this.
Thanks for listening
Mapuche