danneedham
Programmer
Hi All
I'm trying to create a database I could use at work to replace the excel reports currently in place.
It is a retail weekly sales report - by store and store status.
I have several tables, store, store status, RTS Download (Sales Info).
I download the information and import it into the databas and append the current store status etc.
The Sales & Discount Data:
Year: eg 0708
Period: eg 01
Week: eg 01
Store: eg A0001
Status: eg NEW
Sunday: eg £800
Monday:
Tuesday:
Wednesday:
etc.
Disc.Sunday:
Disc.Monday:
I'm trying to think how to pull the data together for the weeks data, but the weeks that need reporting will change every week. I first thought of doing a crosstab query.
Any ideas how i could acheive a on the fly week selection, weeks that are included in the cumulative figure?
Many Thanks
Dan
I'm trying to create a database I could use at work to replace the excel reports currently in place.
It is a retail weekly sales report - by store and store status.
I have several tables, store, store status, RTS Download (Sales Info).
I download the information and import it into the databas and append the current store status etc.
The Sales & Discount Data:
Year: eg 0708
Period: eg 01
Week: eg 01
Store: eg A0001
Status: eg NEW
Sunday: eg £800
Monday:
Tuesday:
Wednesday:
etc.
Disc.Sunday:
Disc.Monday:
I'm trying to think how to pull the data together for the weeks data, but the weeks that need reporting will change every week. I first thought of doing a crosstab query.
Any ideas how i could acheive a on the fly week selection, weeks that are included in the cumulative figure?
Many Thanks
Dan