W
Wired Hosting News
Can anyone assist me in my design?
Real world:
I am a manufacturer of goods sold to a national retail chain. I have 10
different items in 1800 stores.
Every week I get a report from the chain that shows inventory levels and #
of purchases that week for each item, each store; 18,000 line on a
spreadsheet.
In Excel :
I have a worksheet "Store List" which has all the information about the
stores; Store number, address, regional info, etc. all pertinent info the
chain uses to describe its stores.
I have a worksheet "Product List" that has all info on each of the 11 items,
SKU number, our part number, size, weight, cost, retail, description, etc.
I have a worksheet "Sales Data" that contain a line for every store, every
item... a reflection of the reports received from the chain with an
inventory column, sales column, and on order column for each weeks report I
receive. I transfer over the Inventory and sales data to a new column by
hand.
I have written many functions and macros in Excel to analize the data, but
it is very
inefficient.
I would like to utilize access to improve performance and ease of
programming future improvements.
So far I have:
A store table: Describes any one store with all the store data from the
"store list" worksheet
A Product Line Table: Which creates an array of 10 item classes
A Sales tracking Table: With store number and each of the items SKU number.
Should I create the sales tracking sheet with a column for every weeks
sales?
Or should I create a new sales table every time I receive a new weekly sales
report?
Also how would I write the queries for , lets say, One Store, week 2/20
sales all items in that store.
Plus I would also like to get average national sales for all stores on any
given SKU.
Can anyone recommend a good book on this subject?
Any direction will be appreciated.
Thanks
Real world:
I am a manufacturer of goods sold to a national retail chain. I have 10
different items in 1800 stores.
Every week I get a report from the chain that shows inventory levels and #
of purchases that week for each item, each store; 18,000 line on a
spreadsheet.
In Excel :
I have a worksheet "Store List" which has all the information about the
stores; Store number, address, regional info, etc. all pertinent info the
chain uses to describe its stores.
I have a worksheet "Product List" that has all info on each of the 11 items,
SKU number, our part number, size, weight, cost, retail, description, etc.
I have a worksheet "Sales Data" that contain a line for every store, every
item... a reflection of the reports received from the chain with an
inventory column, sales column, and on order column for each weeks report I
receive. I transfer over the Inventory and sales data to a new column by
hand.
I have written many functions and macros in Excel to analize the data, but
it is very
inefficient.
I would like to utilize access to improve performance and ease of
programming future improvements.
So far I have:
A store table: Describes any one store with all the store data from the
"store list" worksheet
A Product Line Table: Which creates an array of 10 item classes
A Sales tracking Table: With store number and each of the items SKU number.
Should I create the sales tracking sheet with a column for every weeks
sales?
Or should I create a new sales table every time I receive a new weekly sales
report?
Also how would I write the queries for , lets say, One Store, week 2/20
sales all items in that store.
Plus I would also like to get average national sales for all stores on any
given SKU.
Can anyone recommend a good book on this subject?
Any direction will be appreciated.
Thanks