matrixindicator
IS-IT--Management
Hallo,
I have a large query (2.000.000 records) with a lot of expressions. The result should be fixed in a table. MakeTable query is not working, too large, too less memory.
I like to create first a emmpty table with the query field names and then fill up the table with an append query. If I create a table with fixed names the update query should not find the corresponding fields. So I need to make it dynamically.
How with VBA can I get the names of the fields of the query and create a table of it.
I have a large query (2.000.000 records) with a lot of expressions. The result should be fixed in a table. MakeTable query is not working, too large, too less memory.
I like to create first a emmpty table with the query field names and then fill up the table with an append query. If I create a table with fixed names the update query should not find the corresponding fields. So I need to make it dynamically.
How with VBA can I get the names of the fields of the query and create a table of it.