I will be working on a new project that revolves around either linking to a spreadsheet or importing the tabs as tables.
They want to be able to report on the numbers depending on the business unit or category selected.
My question is the columns are labelled 13-Jan 13-Feb 13-Mar etc... if i have a combo box that selects date range...how do I handle this. Do I need a table of that I can map that value to a from to ---- kind of link the dates and then have the from and to for that period. That would work, I think?
SSDate From To
13-Jan 01/01/2013 01/31/2013
13-Feb 02/01/2013 02/28/2013 ....
They want to be able to report on the numbers depending on the business unit or category selected.
My question is the columns are labelled 13-Jan 13-Feb 13-Mar etc... if i have a combo box that selects date range...how do I handle this. Do I need a table of that I can map that value to a from to ---- kind of link the dates and then have the from and to for that period. That would work, I think?
SSDate From To
13-Jan 01/01/2013 01/31/2013
13-Feb 02/01/2013 02/28/2013 ....