K
KrispyData
Let's say I have a huge dataset with the following as an example of the
columns:
Territory: West Coast
Sales: $250,000
Fiscal Year: 2008
Fiscal Period: 1
Each Period has a different number of days. For example, Period 1 in 2008
might have 20 days but Period 1 in 2007 might have 18 days. I want to be
able to add a column to my existing data sheet to show the number of days for
each Period/Year so I can calculate the average sales per day. Should I
create a table that lists the number of days per period? But then, how do I
solve the problem with the Year and Period being in two seperate columns?
Would access know to link 20 days to Period 1 for 2008 but not 2007?
columns:
Territory: West Coast
Sales: $250,000
Fiscal Year: 2008
Fiscal Period: 1
Each Period has a different number of days. For example, Period 1 in 2008
might have 20 days but Period 1 in 2007 might have 18 days. I want to be
able to add a column to my existing data sheet to show the number of days for
each Period/Year so I can calculate the average sales per day. Should I
create a table that lists the number of days per period? But then, how do I
solve the problem with the Year and Period being in two seperate columns?
Would access know to link 20 days to Period 1 for 2008 but not 2007?