Run a query but do not show it

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

Guest

Hi,

Is there a way to run a query from a form, but not actually show the
results? All I really want is the information that results from the query.
 
Well you could try activating the query when opening the form. But What kind
of query would you like to run - an action query or a select query because
with a selectquery what is it you would like to see then...

Maurice
 
Is there a way to run a query from a form, but not actually show the
results? All I really want is the information that results from the query.

It's almost never necessary to "run" a Select query (unless you're debugging
it and need to see the datasheet). What "results" do you want to see? A single
value? a single row's values? a whole grid?

John W. Vinson [MVP]
 

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