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?
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top