Open Query Hidden

S

StuJol

I know you can open a form in hidden mode, can you do the same when opening a
query?

i need a query to run so a report can grab datafrom it, but i dont want to
view the query itself.
 
O

OfficeDev18 via AccessMonster.com

Hi, StuJol,

When you bind your report to a SELECT query, the query runs in the background
all the time. Is there something you're not telling us? Do you, perhaps need
the results of some action query (Make Table, APPEND, DELETE, or UPDATE)?
 
Top