Hi,
I am currently designing an ordering system with a many to many relationship. I have gotten the foundation to work, to take orders, but since an order can compose of several different items or same items but each one modified I have a junction table which records every single item ordered.
I hope this makes sense so far lol. Right.
Now I have made a query which is meant to show this Driver1 took these orders and the results look like this:
Thats great, BUT, I dont want Bestellnumm (sorry, im working on this in german but english is my native language hence why Im asking on an English site) to appear 3 times as its a single order.
So, I need all 3 records to be grouped together AND all the values of Total Price to be summed up too.
Using the "show no duplicates" in the properties of the query didnt help much as in each line, there is a different thing ordered for the same order ID.
Any thoughts?
I am currently designing an ordering system with a many to many relationship. I have gotten the foundation to work, to take orders, but since an order can compose of several different items or same items but each one modified I have a junction table which records every single item ordered.
I hope this makes sense so far lol. Right.
Now I have made a query which is meant to show this Driver1 took these orders and the results look like this:

Thats great, BUT, I dont want Bestellnumm (sorry, im working on this in german but english is my native language hence why Im asking on an English site) to appear 3 times as its a single order.
So, I need all 3 records to be grouped together AND all the values of Total Price to be summed up too.
Using the "show no duplicates" in the properties of the query didnt help much as in each line, there is a different thing ordered for the same order ID.
Any thoughts?