I have a situation where a person can have more then one item ordered. I need to layout the information as follows:
Person Items Ordered Item Description
----------------------------------------------------------------
1 1 of 2 Item1
1 2 of 2 Item2
2 1 of 1 Item1
3 1 of 3 Item3
3 2 of 3 Item1
3 3 of 3 Item2
.
The information is in the same table and the Items Ordered is in relationship to the Person and not the Item Description.
If anyone could help me it would be appreciated
ponderena
Person Items Ordered Item Description
----------------------------------------------------------------
1 1 of 2 Item1
1 2 of 2 Item2
2 1 of 1 Item1
3 1 of 3 Item3
3 2 of 3 Item1
3 3 of 3 Item2
.
The information is in the same table and the Items Ordered is in relationship to the Person and not the Item Description.
If anyone could help me it would be appreciated
ponderena
Comment