T
Ted
I have built a table that contains monthly sales totals
from each our 52 stores. I have stores as rows and months
as columns.
Ex: Months
Store#/Acct Jan Feb Mar Apr May Jun Jul
1000 Retail
1000 Contract
1000 Commercial
2000 Retail
2000 Contract
2000 Commercial
3000 Retail
3000 Contract
3000 Commercial
I have a query that allows the user to select the data for
a specific store, but I am having trouble finding a way to
allow the user to select a month.
Maybe I need to layout my table differently.
Any guidance is appreciated.
Ted
from each our 52 stores. I have stores as rows and months
as columns.
Ex: Months
Store#/Acct Jan Feb Mar Apr May Jun Jul
1000 Retail
1000 Contract
1000 Commercial
2000 Retail
2000 Contract
2000 Commercial
3000 Retail
3000 Contract
3000 Commercial
I have a query that allows the user to select the data for
a specific store, but I am having trouble finding a way to
allow the user to select a month.
Maybe I need to layout my table differently.
Any guidance is appreciated.
Ted