I have about 1000 items in the Items table each with an ItemNo and ItemName. For each of these items I have placed many orders and have those ordered items in the OrderedItems table in which I have placed the ItemNo referring to the ID in the Items table and the quantity of that item ordered.
I now wish to query Access 2000 (Jet 4.0) to get the topmost 100 items ordered and order them by the total quantity ordered for each of those 100 items.
My query would read like this :
Select 100 items from the Items table for which the total of all quantities ordered in the ordereditems table grouped by itemno is the largest and order them by the quantities ordered.
Can someone please phrase this for me in proper SQL.
Thanks
fordtran
I now wish to query Access 2000 (Jet 4.0) to get the topmost 100 items ordered and order them by the total quantity ordered for each of those 100 items.
My query would read like this :
Select 100 items from the Items table for which the total of all quantities ordered in the ordereditems table grouped by itemno is the largest and order them by the quantities ordered.
Can someone please phrase this for me in proper SQL.
Thanks
fordtran