W
WebDude
Dear Access2000 group,
My Table_Volunteers has 70 fields.
My query_A displays all 70 fields (from table_Volunteers) plus
an additional 17 calculated fields for a total of 77 fields.
And it works fine
My query_B displays all 70 Fields (from Table_Volunteers) plus
an additional 17 calculated fields for a total of 77 fields.
And it works fine.
My query_C displays all 70 Fields (from Table_Volunteers) plus
an additional 17 calculated fields for a total of 77 fields.
And it also works fine.
However, when i try to do the following......
SELECT * FROM query_A
UNION ALL SELECT * FROM query_B
UNION ALL SELECT * FROM query_C
i get this error......
"RUNTIME ERROR '3190' - too many fields defined"
Any ideas?
Cheeers,
WebDUDE out.
My Table_Volunteers has 70 fields.
My query_A displays all 70 fields (from table_Volunteers) plus
an additional 17 calculated fields for a total of 77 fields.
And it works fine
My query_B displays all 70 Fields (from Table_Volunteers) plus
an additional 17 calculated fields for a total of 77 fields.
And it works fine.
My query_C displays all 70 Fields (from Table_Volunteers) plus
an additional 17 calculated fields for a total of 77 fields.
And it also works fine.
However, when i try to do the following......
SELECT * FROM query_A
UNION ALL SELECT * FROM query_B
UNION ALL SELECT * FROM query_C
i get this error......
"RUNTIME ERROR '3190' - too many fields defined"
Any ideas?
Cheeers,
WebDUDE out.