Hi,
I have two tables Item and ItemComments.
The relationship between both table is by ItemID.
Means ItemID is FK in Itemcomments Table. And it is not necessary that every item will have comment.
Now i need the following layouts in my report.
ItemID ItemPrice Units
----------------------
1 $10 5
2 $15 2
3 $12 4
4 $14 3
-----------------------
Total: $51
-----------------------
Comments:
-----------------------
ItemID Comment
-----------------------
1 Comment 1
3 Comment 3
4 Comment 4
-----------------------
Means first i want to show the Item details and after end of the Item details i want to show the comments of all the items( if an item has comments).
Reply.
Umesh Sharma,MCSD
India
I have two tables Item and ItemComments.
The relationship between both table is by ItemID.
Means ItemID is FK in Itemcomments Table. And it is not necessary that every item will have comment.
Now i need the following layouts in my report.
ItemID ItemPrice Units
----------------------
1 $10 5
2 $15 2
3 $12 4
4 $14 3
-----------------------
Total: $51
-----------------------
Comments:
-----------------------
ItemID Comment
-----------------------
1 Comment 1
3 Comment 3
4 Comment 4
-----------------------
Means first i want to show the Item details and after end of the Item details i want to show the comments of all the items( if an item has comments).
Reply.
Umesh Sharma,MCSD
India