G
Guest
I'm trying to create a unique type of table.
I have a select query that returns a list of values. Specificly, the query
returns a column named "Paramaters" with two values "First Name" and "Last
Name". I then want to create another table where the columns in that table
would be the results, so in my example, the new table would have "First Name"
and "Last Name" as data to be filled in.
I have a select query that returns a list of values. Specificly, the query
returns a column named "Paramaters" with two values "First Name" and "Last
Name". I then want to create another table where the columns in that table
would be the results, so in my example, the new table would have "First Name"
and "Last Name" as data to be filled in.