Results 1 to 3 of 3
  1. #1
    RonelWebb is offline Novice
    Windows 7 64bit Access 2013
    Join Date
    Aug 2015
    Posts
    2

    Duplicating Access Report

    Hi



    Sorry I had no time to read through the threads.

    I have built a report form a query and now want to use the same report and query to show a different selection in the query. Do I need to copy the query add the new selection criteria and then copy the report and point it to the new query? Your help is much appreciated.

  2. #2
    ranman256's Avatar
    ranman256 is offline VIP
    Windows Vista Access 2010 32bit
    Join Date
    Apr 2014
    Location
    Kentucky
    Posts
    9,525
    no, make a form with a list box (or combo) that has the item you want to query.
    (like states) user picks from the list NEW YORK, NY
    the query looks here for critera,
    select * from table where [state] = forms!frmRpts!lstStates

    The report uses this query, so now the report changes on whatever is selected on the form.
    1 report, 1 query.

  3. #3
    RonelWebb is offline Novice
    Windows 7 64bit Access 2013
    Join Date
    Aug 2015
    Posts
    2
    Thank you very much! Im on the right track now.

    Have a good day!

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

Similar Threads

  1. Data is duplicating in Access
    By E1202413 in forum Access
    Replies: 7
    Last Post: 10-24-2014, 10:29 AM
  2. Report duplicating data
    By tarhim47 in forum Reports
    Replies: 3
    Last Post: 05-03-2011, 08:31 AM
  3. duplicating records
    By kstyles in forum Queries
    Replies: 7
    Last Post: 12-31-2010, 02:31 PM
  4. Report duplicating itself many many times
    By TrudyD1474 in forum Reports
    Replies: 1
    Last Post: 06-24-2010, 11:59 AM
  5. Duplicating lines in an invoice report
    By GordonEdinburgh in forum Forms
    Replies: 0
    Last Post: 04-21-2007, 12:20 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