H
Henry Smith
Using MS Access 2000. My objective is to build an organizational tree from
the data contained in 5 fields of each record in a record set. The record
set may be as many as 10000 records. Receive each month from the corporate
financial system a set of records which, when extracted and processed, make
up a monthly profit and loss (P&L) statement for a particular level of the
organization. There are four levels of the organization that have P&L
responsibility (in descending order J2, G1, F1 and D1). Within the D1 are
cost centers such as 3445, 3446, etc. Each record has these 5 fields to
identify the cost center where the work was accomplished, hence labor costs,
that roll up to the D1 level, then the F1, then the G1 and finally the J2
level.
Sample of records:
Field names
BG OpsGrp DivGrp Div CstCntr
BG01J2 BG01G1 BG01F1 BG01D1 3445
BG01J2 BG01G1 BG01F1 BG01D1 3446
BG01J2 BG01G1 BG01F1 BG01D1 3447
BG01J2 BG01G1 BG01F1 BG01D1 3447
BG01J2 BG01G1 BG01F1 BG01D2 3456
BG01J2 BG01G1 BG01F1 BG01D2 3456
BG01J2 BG01G1 BG01F2 BG01D3 3458
BG01J2 BG01G1 BG01F2 BG01D3 3459
My objective is to read the records each month and create an updated
organizational tree from the data presented by each record set.
Any help with this puzzle will be greatly appreciated.
Cheers,
Henry
the data contained in 5 fields of each record in a record set. The record
set may be as many as 10000 records. Receive each month from the corporate
financial system a set of records which, when extracted and processed, make
up a monthly profit and loss (P&L) statement for a particular level of the
organization. There are four levels of the organization that have P&L
responsibility (in descending order J2, G1, F1 and D1). Within the D1 are
cost centers such as 3445, 3446, etc. Each record has these 5 fields to
identify the cost center where the work was accomplished, hence labor costs,
that roll up to the D1 level, then the F1, then the G1 and finally the J2
level.
Sample of records:
Field names
BG OpsGrp DivGrp Div CstCntr
BG01J2 BG01G1 BG01F1 BG01D1 3445
BG01J2 BG01G1 BG01F1 BG01D1 3446
BG01J2 BG01G1 BG01F1 BG01D1 3447
BG01J2 BG01G1 BG01F1 BG01D1 3447
BG01J2 BG01G1 BG01F1 BG01D2 3456
BG01J2 BG01G1 BG01F1 BG01D2 3456
BG01J2 BG01G1 BG01F2 BG01D3 3458
BG01J2 BG01G1 BG01F2 BG01D3 3459
My objective is to read the records each month and create an updated
organizational tree from the data presented by each record set.
Any help with this puzzle will be greatly appreciated.
Cheers,
Henry