M
Max
I have 12 tables named as: Sep06, Oct06, .. Aug07
(each table is ~ 30k lines)
In each table there are 2 fields of interest: CINU, AUM
(the 2 fields are named identically in all tables)
CINU contains ids (alphanumerics). Ids are unique within each month's table,
but each month's table may contain slightly different ids (some common ids,
some different ids)
AUM contains numbers: negatives, zeros, positives
I would like to query out a col list of distinct CINU which is present
across each of the 12 tables (ie the common ids) for which AUM is <> zero,
and to extract the AUMs from each of the 12 tables into cols next to the
distinct CINU, placed in chrono sequence: Sep06's AUM, Oct06's AUM, ...
Aug07's AUM
Any insights appreciated. Thanks.
I'm new to Access (using Access 2003)
(each table is ~ 30k lines)
In each table there are 2 fields of interest: CINU, AUM
(the 2 fields are named identically in all tables)
CINU contains ids (alphanumerics). Ids are unique within each month's table,
but each month's table may contain slightly different ids (some common ids,
some different ids)
AUM contains numbers: negatives, zeros, positives
I would like to query out a col list of distinct CINU which is present
across each of the 12 tables (ie the common ids) for which AUM is <> zero,
and to extract the AUMs from each of the 12 tables into cols next to the
distinct CINU, placed in chrono sequence: Sep06's AUM, Oct06's AUM, ...
Aug07's AUM
Any insights appreciated. Thanks.
I'm new to Access (using Access 2003)