A
Aaron
Hello everyone I'm Aaron, I've recently encountered a question in applying
the Access into my job; I've built a small database containing 4 tables,1
table is devided up by time/country/company category, another 2 are broken up
into time/country, and a fourth table tracking demographic data of different
countries is built up like time/country/population ages; The database is
static, and sample data looks like:
1st type:1995/United States/Automobiles/var1/var2/var3
2000/Canada/Food Solutions/var1/var2/var3
2nd type:1996/United States/var4/var5/var6
2010/India/var4/var5/var6
3rd type:2000/United Kingdom/age30-45/var7/var8/var9
2007/France/age65+/var7/var8/var9
My problem is
1st. How to bind these variables to a common criteria and define their
relationship? My current method is to setup a new variable binding year and
country together, creating like 2010India and link these together, thus it
will result 2 one-many relationships;
2nd. Based on the up mentioned method I do queries when encountered
problems; Actually my boss would like me to generate a standard database
table looking at time/country/selected categories' customed variables,
including summing these up or looking at them differently; I think the way is
to move the "company category" or the "age break" up to the table header;
I've got really frustrated how to connect these variables and display them in
a clean database table instead of looking at pivot tables;
So I wonder if anyone can help me out either on the database linking/design
or the queries; Great appreciates!
2 samples for the BOSS needs:
1st. Aggregation:
1996/United States/var1 aggregation/var2 aggregation/var4/var8 aggregation
2nd.Display company category seperately:
2000/France/Automobile var1/Food Solutions var2/var6/age25-30 var9
the Access into my job; I've built a small database containing 4 tables,1
table is devided up by time/country/company category, another 2 are broken up
into time/country, and a fourth table tracking demographic data of different
countries is built up like time/country/population ages; The database is
static, and sample data looks like:
1st type:1995/United States/Automobiles/var1/var2/var3
2000/Canada/Food Solutions/var1/var2/var3
2nd type:1996/United States/var4/var5/var6
2010/India/var4/var5/var6
3rd type:2000/United Kingdom/age30-45/var7/var8/var9
2007/France/age65+/var7/var8/var9
My problem is
1st. How to bind these variables to a common criteria and define their
relationship? My current method is to setup a new variable binding year and
country together, creating like 2010India and link these together, thus it
will result 2 one-many relationships;
2nd. Based on the up mentioned method I do queries when encountered
problems; Actually my boss would like me to generate a standard database
table looking at time/country/selected categories' customed variables,
including summing these up or looking at them differently; I think the way is
to move the "company category" or the "age break" up to the table header;
I've got really frustrated how to connect these variables and display them in
a clean database table instead of looking at pivot tables;
So I wonder if anyone can help me out either on the database linking/design
or the queries; Great appreciates!
2 samples for the BOSS needs:
1st. Aggregation:
1996/United States/var1 aggregation/var2 aggregation/var4/var8 aggregation
2nd.Display company category seperately:
2000/France/Automobile var1/Food Solutions var2/var6/age25-30 var9