Query Question
-
martes, 13 de marzo de 2012 6:12
I'll start by saying I am very new to this.
I am trying to query a DB where I have the same column with multiple data for the same record and I would like to display all of the data available in a single record rather than having the data duplicated multiple times to display the different entries (hope this makes some sense to someone)
Example:
The following columns always display the same data for the one record and don't need to be duplicated:
[Record] [Date] [UserID] [Team] [Status]
However the following field also needs to be displayed, but currently when I query it - it causes the previous mentioned fields to be duplicated and this column could have 7 or 8 different entries in it:
[Journal]
If anyone understands what I mean and has an idea how I can make it so it displays as one record I would very much appriciate it.
Example:
[Record] [Date] [UserID] [Team] [Status] [Journal1] [Journal2] [Journal3] [Journal4] [Journal5] etc.
Todas las respuestas
-
martes, 13 de marzo de 2012 18:45Usuario que responde
See "How to get multiple records against one record based on relation?" topic at stackoverflow
Tatyana Yakushev [PredixionSoftware.com]
- Propuesto como respuesta Tatyana YakushevEditor martes, 13 de marzo de 2012 18:45
- Marcado como respuesta Moedeb miércoles, 14 de marzo de 2012 4:37
-
miércoles, 14 de marzo de 2012 4:37Thanks very much :)

