I am a newbie, and hope I am not asking a simple quesytion, but I am stuck. I have an orders table that useses the below example:
ItemOrderid OrderID ItemID
159 77885 152
160 77885 5
161 77885 750
162 77886 152
163 77886 5
The pupose of the bale is to track multible items in a shopping cart scenario. Howver, when i select the records in Crystal, I only get the first item on the unique orderid, and then it skips to the next. I need to get all the items in a ORderdID to get a total cost of items. Have no idea, and this goes to a MS SQL table. Hope I am using this forum wisely. Thanks very much to nay help i can get
ItemOrderid OrderID ItemID
159 77885 152
160 77885 5
161 77885 750
162 77886 152
163 77886 5
The pupose of the bale is to track multible items in a shopping cart scenario. Howver, when i select the records in Crystal, I only get the first item on the unique orderid, and then it skips to the next. I need to get all the items in a ORderdID to get a total cost of items. Have no idea, and this goes to a MS SQL table. Hope I am using this forum wisely. Thanks very much to nay help i can get