Good Afternoon,
I am attempting to create a simple DB with two tables. The first table (tblStoreList) contains the following fields:
Store #, Date, Item, Quantity, SKU, Description, Cost, Comments
The second table (tblRadioInfo) contains the following fields:
Item #, Item, SKU, Description, Cost
Obviously I have some redundant fields and can combine the data into one table in Excel and then import a “master” table.
My issue is that some of the Store Numbers have multiple Items (more than one type of radio). I want the end user to be able to enter a store # and it db will display ALL radios for that store.
Currently, the tblStoreList is set up like:
i.e Store Item SKU Cost
14000 Radio ABC 1234 79.99
14000 Radio DEF 5678 55.00
Any suggestions would be helpful.
Thanks!
I am attempting to create a simple DB with two tables. The first table (tblStoreList) contains the following fields:
Store #, Date, Item, Quantity, SKU, Description, Cost, Comments
The second table (tblRadioInfo) contains the following fields:
Item #, Item, SKU, Description, Cost
Obviously I have some redundant fields and can combine the data into one table in Excel and then import a “master” table.
My issue is that some of the Store Numbers have multiple Items (more than one type of radio). I want the end user to be able to enter a store # and it db will display ALL radios for that store.
Currently, the tblStoreList is set up like:
i.e Store Item SKU Cost
14000 Radio ABC 1234 79.99
14000 Radio DEF 5678 55.00
Any suggestions would be helpful.
Thanks!