Sendobject query

D

Donbenz

When I use the docmd.sendobject acquery it always starts the query. Is there
any way I can Keep that from happening so it sends just the query.

Donbenz
 
R

Rick Brandt

Donbenz said:
When I use the docmd.sendobject acquery it always starts the query.
Is there any way I can Keep that from happening so it sends just the
query.

Donbenz

SendObject doesn't send a query. It send the RESULTS of a query in the form
of the external file format that you specify. To do that it needs to run
it. Are you wanting to send the structure of the query?
 
Top