E Echo_3 New member Local time Today, 18:11 Joined Aug 24, 2001 Messages 7 Apr 21, 2003 #1 I have created a pass through query that works as a SELECT query. I want a to create a table using this same query but it won't let me. Any suggestions why?
I have created a pass through query that works as a SELECT query. I want a to create a table using this same query but it won't let me. Any suggestions why?
FoFa Registered User. Local time Today, 12:11 Joined Jan 29, 2003 Messages 3,672 Apr 21, 2003 #2 You have to base a MAKE TABLE query on the passthrough query to do that. A Passthrough query is executed on the server, not in your host.
You have to base a MAKE TABLE query on the passthrough query to do that. A Passthrough query is executed on the server, not in your host.