Hi everyone,
I have query which pulls information from table that contains the following fields jobnumber, phase1, phase2, phase3 and phase4.
The query displays the information in the following way.
JobNumber Phase1 Phase3 Phase3 Phase4
302012 1
302012 2
302012 3
302012 4
304433 1
304433 2
Is there a way I can combine the jobnumber field to display only one row per jobnumber?
JobNumber Phase1 Phase3 Phase3 Phase4
302012 1 2 3 4
304433 1 2
Any suggestions?
I have query which pulls information from table that contains the following fields jobnumber, phase1, phase2, phase3 and phase4.
The query displays the information in the following way.
JobNumber Phase1 Phase3 Phase3 Phase4
302012 1
302012 2
302012 3
302012 4
304433 1
304433 2
Is there a way I can combine the jobnumber field to display only one row per jobnumber?
JobNumber Phase1 Phase3 Phase3 Phase4
302012 1 2 3 4
304433 1 2
Any suggestions?