Results 1 to 4 of 4
  1. #1
    nickfalk is offline Novice
    Windows 10 Access 2013 32bit
    Join Date
    Nov 2015
    Location
    Victoria
    Posts
    2

    Dublicate pages in Reports

    Hi there,



    I am relatively new to Access and have created a very basic database. There is a form where users can fill in information on past projects that our consulting firm has taken on (e.g. date, contact, description, team members, field, sector etc.). The form populates a table which generates a report. The only problem is that the report displays each project twice. The database is extremely basic and there is no querying or anything complex. I was wondering if there was a simple way to stop the duplication from occurring.

    Thanks

  2. #2
    JoeM is offline VIP
    Windows 7 32bit Access 2007
    Join Date
    Jun 2012
    Posts
    3,904
    You first need to determine why the data is being duplicated.
    If you look in the table, are records duplicated?
    If not, it is probably an issue with the Report design.
    You would want to take a look at what the Control Source for the Report is (is it the table?) and take a look at the Report in Design View and note which section the fields are placed in.

  3. #3
    nickfalk is offline Novice
    Windows 10 Access 2013 32bit
    Join Date
    Nov 2015
    Location
    Victoria
    Posts
    2
    Thanks!

    The records are not duplicated in the table. Each selection type (field) in the report has its control source as a field in the table. Also all of the information is input in the detail section of the report.

    It must have something to do with how I linked the report from the table.

    Certain fields have multiple answers for example a project could have 2 or 3 different sectors (pulled from a draw down list).
    Potentially this is the problem?

  4. #4
    JoeM is offline VIP
    Windows 7 32bit Access 2007
    Join Date
    Jun 2012
    Posts
    3,904
    Certain fields have multiple answers for example a project could have 2 or 3 different sectors (pulled from a draw down list).
    Are you saying that you have some multi-valued fields in your table?
    Those are an ugly, ugly thing and I avoid them at all costs! They will likely cause you much grief, like you are seeing here. Most programmers I know won't use them at all. They are also not supported by other relational database programs like SQL and MySQL. So if you ever grew too big and had to move the database to a more robust system, it wouldn't work.

    You may want to check out some of this link, which discusses Multi-Value fields and Reports:
    http://answers.microsoft.com/en-us/o...5556c80?auth=1

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

Similar Threads

  1. Why would my reports print additional repeated pages?
    By ShovelingFishHeads in forum Reports
    Replies: 1
    Last Post: 10-13-2012, 12:20 PM
  2. Blank Pages in my Reports
    By bkvisler in forum Reports
    Replies: 2
    Last Post: 08-21-2011, 03:15 PM
  3. Blank pages between report pages
    By jonsuns7 in forum Reports
    Replies: 2
    Last Post: 10-01-2009, 05:06 AM
  4. pages
    By hokie in forum Reports
    Replies: 0
    Last Post: 07-16-2009, 10:08 AM
  5. REPORTS BLANK PAGES/I can't remember
    By SpotoR1 in forum Reports
    Replies: 0
    Last Post: 03-03-2009, 07:28 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