Results 1 to 3 of 3
  1. #1
    dennisem is offline Novice
    Windows XP Access 2007
    Join Date
    Nov 2012
    Posts
    2

    avoiding long requeries


    I am trying to avoid long odbc re-queries on the same the same data when the same query is referenced as a data source for different forms. It is not clear to me if the query will execute twice if two forms are opened simultaneously or if the second open can access the data without re-query.
    dm

  2. #2
    pbaldy's Avatar
    pbaldy is offline Who is John Galt?
    Windows XP Access 2007
    Join Date
    Feb 2010
    Location
    Nevada, USA
    Posts
    22,640
    I'm pretty sure it will execute twice. Why two forms based on the same query? Can you restrict the recordset?
    Paul (wino moderator)
    MS Access MVP 2007-2019
    www.BaldyWeb.com

  3. #3
    dennisem is offline Novice
    Windows XP Access 2007
    Join Date
    Nov 2012
    Posts
    2
    Thanks for the reply, Paul. Yes I can restrict the record sets which are not terribly large. However, searching a large number of records and sending the same data through the network twice, strike me as much less efficient than accessing data directly from a locally open data set. I am concerned with introducing processing speed issues down the road in my approach to query design. I guess I have become somewhat paranoid about timing issues from discussions I have followed on odbc timing.
    dm

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

Similar Threads

  1. Avoiding Ambigous Joins
    By dandoescode in forum Programming
    Replies: 6
    Last Post: 12-19-2011, 11:35 AM
  2. Linking excel avoiding redundancy
    By GenericHbomb in forum Import/Export Data
    Replies: 4
    Last Post: 08-01-2011, 09:44 AM
  3. Avoiding a cartesian product
    By johnmerlino in forum Queries
    Replies: 0
    Last Post: 10-25-2010, 07:52 AM
  4. Avoiding duplicates in query
    By theracer06 in forum Queries
    Replies: 1
    Last Post: 08-24-2010, 12:49 PM
  5. Combo box requeries a subform
    By techaddiction7 in forum Database Design
    Replies: 0
    Last Post: 06-07-2010, 11:12 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