W
Walter
I’m developing a database for fuel inventory. I designed seven tables. I’m
trying to forecast 16 weeks of usage based on historical sales, but I can’t
figure out how to do this. I made a query that takes the current inventory
and subtracts the sales. It looks like a spreadsheet. The query is
Month1week 1 and goes out to Month4week4. How can I make an Access query and
get out of my Excel spreadsheet thinking? The forecasting is the critical
part my database. I was using a spreadsheet to do my forecasting, but it’s
very large and hard to use. I think Access is a better way to accomplish my
forecasting. Thank you in advance for your help.
Company
ID (Primary Key)
CompCode
CompLocation
Inventory Data
ID (Primary Key)
Product (Foreign Key)
CurrentInv
MaxStorage
Inventory Transaction
ID (Primary Key)
TransType (Foreign Key)
CompCode
Product
CargoNum
Quantity
DischargeDate
InventoryTransType
ID (Primary Key)
TransType (5 Types)
Product
ID (Primary Key)
ProductCode
ProductGroup
Price
ProductName
Discontinued
SalesData
ID (Primary Key)
CompanyCode (Foreign Key)
Product ID (Foreign Key)
1MonthAvgSales
Remarks
DischargeGroup
ID (Primary Key)
CompanyCode (Foreign Key)
DischargeGroup
ProdctCode
DischargeMode
Walter
trying to forecast 16 weeks of usage based on historical sales, but I can’t
figure out how to do this. I made a query that takes the current inventory
and subtracts the sales. It looks like a spreadsheet. The query is
Month1week 1 and goes out to Month4week4. How can I make an Access query and
get out of my Excel spreadsheet thinking? The forecasting is the critical
part my database. I was using a spreadsheet to do my forecasting, but it’s
very large and hard to use. I think Access is a better way to accomplish my
forecasting. Thank you in advance for your help.
Company
ID (Primary Key)
CompCode
CompLocation
Inventory Data
ID (Primary Key)
Product (Foreign Key)
CurrentInv
MaxStorage
Inventory Transaction
ID (Primary Key)
TransType (Foreign Key)
CompCode
Product
CargoNum
Quantity
DischargeDate
InventoryTransType
ID (Primary Key)
TransType (5 Types)
Product
ID (Primary Key)
ProductCode
ProductGroup
Price
ProductName
Discontinued
SalesData
ID (Primary Key)
CompanyCode (Foreign Key)
Product ID (Foreign Key)
1MonthAvgSales
Remarks
DischargeGroup
ID (Primary Key)
CompanyCode (Foreign Key)
DischargeGroup
ProdctCode
DischargeMode
Walter