Converting a Query to a Table

  • Thread starter Thread starter Mike
  • Start date Start date
Mike said:
Does anyone know how to convert a query to a table through
code???

Can you explain why you would want to do that? Virtually anything that can
be done with a table can be done with a query. I assume you would have to
change the query to a Make-Table query, execute it, and then delete it.
 
Back
Top