Results 1 to 2 of 2
  1. #1
    omair1051992 is offline Novice
    Windows Vista Access 2010 64bit
    Join Date
    Jun 2012
    Posts
    11

    Add new query results to old one.

    I have a working query that filters out contacts from a table according to the values entered in a form. The query shows up results in a separate table and if I have to run the query again, with different values and expecting a different result, I have to close the previous query and run it again.



    Is there a way that the new results can be added to the previous results? For example, if I first filter out contacts A and B and then C and D, the query would add C and D to A and B and show all of them together rather than close the previous results and show just the two new ones.

    Thanks!

  2. #2
    JoeM is offline VIP
    Windows XP Access 2007
    Join Date
    Jun 2012
    Posts
    3,904
    If you want to combine the results of numerous queries/filters in one, I would either recommend using multiple queries and using a Union Query to combine the results of all those queries into a single query, or write the results of each query to a temporary table and then open that.

Please reply to this thread with any new information or opinions.

Similar Threads

  1. Query contents are deleted after exporting the query results
    By alfcee in forum Import/Export Data
    Replies: 6
    Last Post: 11-13-2012, 09:35 AM
  2. Replies: 6
    Last Post: 05-14-2012, 07:24 AM
  3. E-Mail query results
    By NISMOJim in forum Queries
    Replies: 21
    Last Post: 09-09-2011, 04:23 PM
  4. Query results in subform
    By MWMike in forum Forms
    Replies: 5
    Last Post: 09-28-2010, 05:19 PM
  5. Email Query Results
    By eddie_keating in forum Queries
    Replies: 1
    Last Post: 06-16-2010, 11:09 AM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Other Forums: Microsoft Office Forums