Page 2 of 2 FirstFirst 12
Results 16 to 17 of 17
  1. #16
    mnickell is offline Novice
    Windows 7 32bit Access 2010 32bit
    Join Date
    Jul 2014
    Posts
    13

    Here is what I have now. The "Select Entities" Form needs to be able run the "Form Query." The Form Query needs to be based off of the "Full list" union query. I appreciate all the response and help. I Appologize I am probably not making this simple becuase I have so little experience in Access

  2. #17
    June7's Avatar
    June7 is offline VIP
    Windows 7 64bit Access 2010 32bit
    Join Date
    May 2011
    Location
    The Great Land
    Posts
    53,771
    I gave you a link describing method for filtering by selected entities. Combine that with code to select date range. Example VBA constructed WHERE clause could be like:

    WHERE Entities IN (1000, 1008, 1010) AND Datefield Between #1/1/2014# And #3/31/2014#
    How to attach file: http://www.accessforums.net/showthread.php?t=70301 To provide db: copy, remove confidential data, run compact & repair, zip w/Windows Compression.

Page 2 of 2 FirstFirst 12
Please reply to this thread with any new information or opinions.

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