You need ZIPcode, Month and your Sales tables:
ZIPcode table :
ID AutoNumber
ZIPcode Text
Month table :
ID AutoNumber
Month Text
Sales table :
ZIPcode Text
Month Text
Sales Currency
then create these queries :
MonthZIP is
SELECT ZIPcode.ZIPCode, Month.Month
FROM [Month], ZIPcode;
Summary...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.