B
byeo
I have 4 identical tables with 224 fields each and want to run a union query
on them to get all records but when I run I get the message stating 'Too many
fields defined'. Clicking help, it says "You tried to perform an operation
that involves more than 255 fields." Is my query not formatted correctly or
will it not let me do this? In my mind the operation I'm trying to perform
involves 224 fields...
Thanks,
Bob.
select * from [ITEM_TEMPLATE_BUILD - 1MFG]
union all select * from [ITEM_TEMPLATE_BUILD - 2RAW]
union all select * from [ITEM_TEMPLATE_BUILD - 3PKG]
union all select * from [ITEM_TEMPLATE_BUILD - 4SFG];
on them to get all records but when I run I get the message stating 'Too many
fields defined'. Clicking help, it says "You tried to perform an operation
that involves more than 255 fields." Is my query not formatted correctly or
will it not let me do this? In my mind the operation I'm trying to perform
involves 224 fields...
Thanks,
Bob.
select * from [ITEM_TEMPLATE_BUILD - 1MFG]
union all select * from [ITEM_TEMPLATE_BUILD - 2RAW]
union all select * from [ITEM_TEMPLATE_BUILD - 3PKG]
union all select * from [ITEM_TEMPLATE_BUILD - 4SFG];