Making queries "Invisible"

  • Thread starter Thread starter Tara
  • Start date Start date
T

Tara

I have a combo box that triggers a query. Currently,
when the user chooses a value from the combo box, the
query runs, then minimizes until the user either closes
the form or chooses a different value. The result is
that the user sees a quick 'flicker' while the query runs
and then minimizes. I want the user to be completely
unaware of the underlying query. Is there anyway to have
the query run 'invisibly' so that the user sees no
flicker?

Thanks!
Tara
 
Why do you run a query and minimize it?
What kind of query is it?
Can you provide more details?

Mauricio Silva
2005 - Feb
 
Tara said:
I have a combo box that triggers a query. Currently,
when the user chooses a value from the combo box, the
query runs, then minimizes until the user either closes
the form or chooses a different value. The result is
that the user sees a quick 'flicker' while the query runs
and then minimizes. I want the user to be completely
unaware of the underlying query. Is there anyway to have
the query run 'invisibly' so that the user sees no
flicker?

Thanks!
Tara

There is no reason to open a query on the screen. Why are you doing so?
 
Back
Top