Pass through queries

J

Jenny

How do I create a pass through querie that creates a table. When i run the querie, it tries to create the table on the server, which i don't have permissions for.
 
R

Rick Brandt

Jenny said:
How do I create a pass through querie that creates a table. When i run
the querie, it tries to create the table on the server, which i don't have
permissions for.

Use the Pass-Through as the input to a second MakeTable query.
 
Top