I need help creating one table to pull a report from. I have one table that has two fields that show identical information. However this report needs to be grouped on the two fields.
Example;
Circuit_ID
A_CFA
A_FOC
A_TEST
Z_CFA
Z_FOC
Z_TEST
A_MKT
Z_MKT
A_REG
Z_REG
A_NUM
Z_NUM
I need a table that will show
NUM (a union of [A_NUM] and [Z_NUM])
REG (a union of [A_REG] and [Z_REG])
MKT (a union of [A_MKT] and [Z_MKT])
Select information
A_CFA
A_FOC
A_TEST
Z_CFA
Z_FOC
Z_TEST
The report will pull all records in XXX [MKT]
Many thanks in advance
Example;
Circuit_ID
A_CFA
A_FOC
A_TEST
Z_CFA
Z_FOC
Z_TEST
A_MKT
Z_MKT
A_REG
Z_REG
A_NUM
Z_NUM
I need a table that will show
NUM (a union of [A_NUM] and [Z_NUM])
REG (a union of [A_REG] and [Z_REG])
MKT (a union of [A_MKT] and [Z_MKT])
Select information
A_CFA
A_FOC
A_TEST
Z_CFA
Z_FOC
Z_TEST
The report will pull all records in XXX [MKT]
Many thanks in advance