G
Guest
I have a table that has a text filed containing Values that are not unique to
each record. I am performing a Select DistinctRow query to get the list of
unique values. I then want to use the results of that query to use each
distinct value as an array item in order to make a new table for each item in
the array with the name of the array item. I'm having trouble getting the
list (query results) into my array. Once I get there I'll be good to go.
each record. I am performing a Select DistinctRow query to get the list of
unique values. I then want to use the results of that query to use each
distinct value as an array item in order to make a new table for each item in
the array with the name of the array item. I'm having trouble getting the
list (query results) into my array. Once I get there I'll be good to go.