Hi everyone.
This is my first post so please go easy on me! I'm intermediate/expert at Excel, but a novice in Access, creating my first DB today.
I have two tables, one is a stock catalogue with SKU as a primary key. The other is orders received last week, which also contains SKU. The two SKU fields are linked in relationships.
If I run a simple query on the orders, to show all the SKUs with an order qty, grouped and summed, the query works fine. Within the order table, the item name can differ for the same SKU (we sell on Amazon in the UK and USA and the terminology and spelling can be different). So I bring in the item name from the catalogue table. My query shows:-
SKU from the order table of 600 lines
Item Name from the to catalogue table of 1,600 lines
Quantity Ordered from the order table
now my query result seems to show the first SKU, with EACH Item Name, then the second SKU, with EACH item name.
I guess what I'm looking for is a link to a site that will show me how to do the basics. The sites I've found and followed online haven'ts helped so far!
Anything you can do to help would be appreciated!
Colin