T
Todd
Hello All,
I am trying to create a query that concatenates 3 the columns and rows
together. Unfortunately, I get an error saying "Query is too complex." The
tables in question each have 200 columns and I'm trying to make it look
like:
Table1 & "-" & Table2 & "-" & Table3
and results in
1-222222-9
I've tried to scale it down to 2 tables and I can get a few more rows, but I
still get the same error.
Is there a maximum amount of columns that you can have in a query? Is there
a maximum on a SQL statement? Would this error also appear if I tried an
Update query (update a new table to get the desired content)? Is there an
easier way?
I need to be able to do this to 3 sets of 3 tables.
Any help is appreciated
Thanks
Todd
I am trying to create a query that concatenates 3 the columns and rows
together. Unfortunately, I get an error saying "Query is too complex." The
tables in question each have 200 columns and I'm trying to make it look
like:
Table1 & "-" & Table2 & "-" & Table3
and results in
1-222222-9
I've tried to scale it down to 2 tables and I can get a few more rows, but I
still get the same error.
Is there a maximum amount of columns that you can have in a query? Is there
a maximum on a SQL statement? Would this error also appear if I tried an
Update query (update a new table to get the desired content)? Is there an
easier way?
I need to be able to do this to 3 sets of 3 tables.
Any help is appreciated
Thanks
Todd