HI,
How can I create a table form a query but that the fields in the query are transfered to the field name in the table.
Example : the query has one column field called numbers: 1 2 3 4 5
Then a table based on that query will have the fields 1 2 3 4 5 as field names so I can store data in the fields.
Thanks,
How can I create a table form a query but that the fields in the query are transfered to the field name in the table.
Example : the query has one column field called numbers: 1 2 3 4 5
Then a table based on that query will have the fields 1 2 3 4 5 as field names so I can store data in the fields.
Thanks,
Comment