Results 1 to 2 of 2
  1. #1
    Triscia is offline Novice
    Windows 7 32bit Access 2010 32bit
    Join Date
    Sep 2013
    Posts
    8

    Report Parameter shows up twice when trying to run a report


    I have created a report based on a query. In the query I have a parameter set up. It runs fine, but when I try to run the report it will ask that particular parameter twice. How do I get rid of this? TIA

  2. #2
    June7's Avatar
    June7 is online now VIP
    Windows 7 64bit Access 2010 32bit
    Join Date
    May 2011
    Location
    The Great Land
    Posts
    52,930
    Just went through a similar issue with another poster. Involved an aggregate GROUP BY query that was based on a normal SELECT query with parameters. Remove the parameters from the SELECT and the aggregate query had no popups.

    I never use dynamic parameters in queries. I use VBA to pass filter criteria to form or report.

    Especially don't like popup inputs because can't validate entry.

    Create a form for input of criteria. Reference the form controls as inputs. No popup prompts and the query should run.
    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.

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

Similar Threads

  1. Replies: 10
    Last Post: 08-29-2013, 09:21 PM
  2. shows previous record on report.....
    By shah1419 in forum Reports
    Replies: 0
    Last Post: 08-28-2013, 02:22 AM
  3. Replies: 1
    Last Post: 07-15-2011, 10:59 PM
  4. Replies: 1
    Last Post: 04-21-2011, 01:58 PM
  5. Report Shows Flags on all pages
    By JohnBoy in forum Reports
    Replies: 3
    Last Post: 06-20-2010, 06:08 PM

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