Sendobject query

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

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
 
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?
 
Back
Top