I am currently looking to develop a database for a sales and marketing forecast evaluation tool.
I am currently looking at a table that has similar fields to the following2 examples)
1. item#; description; account; (then values) ACT01; ACT02; ACT03; PLN01; PLN02; PLN03 etc etc.
There are 5 plans (ACT, PLN, AOP, etc) each consisting of 18 months (not 3 as shown above) this gives a total of 90+ fields which not only seems alot but makes a huge amount of work when it comes to reports as I will need a different report for each month.
I have been looking at having the following structure instead and using cross-tab queries to roll up to a column styled report but I don't seem to be able to cross-tab both the value and the plan.
2. item#; description; account; Plan; Value; Mth;
Can anyone give me guidance here. I have used Accounting software and report writer before and I would expect the data to be stored as in example 2.
I am currently looking at a table that has similar fields to the following2 examples)
1. item#; description; account; (then values) ACT01; ACT02; ACT03; PLN01; PLN02; PLN03 etc etc.
There are 5 plans (ACT, PLN, AOP, etc) each consisting of 18 months (not 3 as shown above) this gives a total of 90+ fields which not only seems alot but makes a huge amount of work when it comes to reports as I will need a different report for each month.
I have been looking at having the following structure instead and using cross-tab queries to roll up to a column styled report but I don't seem to be able to cross-tab both the value and the plan.
2. item#; description; account; Plan; Value; Mth;
Can anyone give me guidance here. I have used Accounting software and report writer before and I would expect the data to be stored as in example 2.