Run a query but do not show it

D

Daniel

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.
 
M

Maurice

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
 
J

John W. Vinson

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]
 
Top