View Single Post
  #4  
Old March 1st, 2010, 07:12 AM posted to microsoft.public.access.queries
John W. Vinson
external usenet poster
 
Posts: 18,261
Default Disapearing Query Results!

On Sun, 28 Feb 2010 22:13:01 -0800, AMohamadi
wrote:

Hello and Thanks
You are right! I'm seeing Query result in Data Sheet view but i don't want it!
About my program:In short,I want to simulating MS-Excel Filter in MS-Access
and i need to run queries in the background of system so user doesn't need to
see what is happening.It just needs final result!


If you just want the combo box to contain the results of the query, don't
*run* the query at all; instead, set the combo box's Rowsource property to the
SQL string.

--

John W. Vinson [MVP]