I join two table on tb.ID:
tb1 has few columns - tb1.id
tb1.category
tb1....
tb1....
tb2 has two columns - tb2.id
tb2.zip
For each ID in tb1 I have several records in tb2 with different value in tb2.zip.
I need to select all tb2.zip from tb2 for tb1.id.
But, I need place all tb2.zip on the report in the rows, not in the column.
Please help.
Thank you. Ira
tb1 has few columns - tb1.id
tb1.category
tb1....
tb1....
tb2 has two columns - tb2.id
tb2.zip
For each ID in tb1 I have several records in tb2 with different value in tb2.zip.
I need to select all tb2.zip from tb2 for tb1.id.
But, I need place all tb2.zip on the report in the rows, not in the column.
Please help.
Thank you. Ira