tractorvix
Technical User
I think I need to set up a database to which I can add extra columns and extra rows and then be able to manipulate this data. Basically I have a current list of products and am looking at forecasting sales for the next x years
but if i set the years up as columns, how do I view the data dynamically?
ie
Product 2008 2009 2010
A 10 20 30
B 5 4 2
so it's obviously easy to add in an extra product, but how do I go about adding in an extra year?
Do I need to set up as:
YrProd key Value
2008A 10
2008B 5
2009A 20
2009B 4
2010A 30
2010B 2
I have around 13 tables to set up and would like to get the basics right before I attempt to set up any calculations or dependencies. I currently have around 80 products (which could double in the next year) and am looking for forecast monthly for the next 5 years.
Once I get the table set up right, I think I should be able to set up the forms etc to allow users to view and amend the data contained within.
Any help would be greatly appreciated.
Thanks
Vix
but if i set the years up as columns, how do I view the data dynamically?
ie
Product 2008 2009 2010
A 10 20 30
B 5 4 2
so it's obviously easy to add in an extra product, but how do I go about adding in an extra year?
Do I need to set up as:
YrProd key Value
2008A 10
2008B 5
2009A 20
2009B 4
2010A 30
2010B 2
I have around 13 tables to set up and would like to get the basics right before I attempt to set up any calculations or dependencies. I currently have around 80 products (which could double in the next year) and am looking for forecast monthly for the next 5 years.
Once I get the table set up right, I think I should be able to set up the forms etc to allow users to view and amend the data contained within.
Any help would be greatly appreciated.
Thanks
Vix