Results 1 to 6 of 6
  1. #1
    jakeman is offline Novice
    Windows XP Access 2007
    Join Date
    Oct 2011
    Location
    Connecticut
    Posts
    8

    Creating Summary Page in Access Report

    hey folks - I am building a report in Access that I have almost finished. The only part left that I am having trouble with is creating my Summary Page (for Totals).

    A little background about my report.

    There are 2 fields from a table that feed into the report:

    1) CreateDate (each month is separated, no rolling mos)
    2) ContactResult

    I have two grouping levels in the report, first by CreateDate and then by ContactResult.

    I group the ContactResults together each day and Count the number of occurrences for each ContactResult on that day's page.



    For the Summary Page, I want to show all the ContactResults for the month and count their number of occurrences for the month. However, when I put the ContactResult field in the Report Footer along with my Count[(Contact Result)] expression, all that is returned in one ContactResult, not all of them.

    Not sure what I am doing wrong. I will enclose a copy of the screenshot of the Report Details.

    Thanks.

  2. #2
    June7's Avatar
    June7 is offline VIP
    Windows XP Access 2010 32bit
    Join Date
    May 2011
    Location
    The Great Land
    Posts
    52,931
    Does the textbox with =[ContactResult] show an Error? If so, remove the = sign.

    Is the RecordSource for the report an SQL statement or direct to a table? If SQL, show the statement.
    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.

  3. #3
    jakeman is offline Novice
    Windows XP Access 2007
    Join Date
    Oct 2011
    Location
    Connecticut
    Posts
    8
    Quote Originally Posted by June7 View Post
    Does the textbox with =[ContactResult] show an Error? If so, remove the = sign.

    Is the RecordSource for the report an SQL statement or direct to a table? If SQL, show the statement.
    Hi June - I verified that the textbox does not have an error and their is no = sign.

    Also, the RecordSource for the report is direct to the table.

    There is no error msg reading anywhere on the report. Any other things I should check?

  4. #4
    June7's Avatar
    June7 is offline VIP
    Windows XP Access 2010 32bit
    Join Date
    May 2011
    Location
    The Great Land
    Posts
    52,931
    I was referring to the textbox in the ContactResultHeader. Your image shows an = sign. When I tested placing an = sign in front of a fieldname it showed an Error in Form View, not Design view.

    No, I cannot see anything else that would be an issue. Do you want to provide the project for analysis? Copy and remove confidential data, run Compact & Repair, zip if still large, attach to post.
    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.

  5. #5
    jakeman is offline Novice
    Windows XP Access 2007
    Join Date
    Oct 2011
    Location
    Connecticut
    Posts
    8
    Quote Originally Posted by June7 View Post
    I was referring to the textbox in the ContactResultHeader. Your image shows an = sign. When I tested placing an = sign in front of a fieldname it showed an Error in Form View, not Design view.

    No, I cannot see anything else that would be an issue. Do you want to provide the project for analysis? Copy and remove confidential data, run Compact & Repair, zip if still large, attach to post.
    June - here's a copy of my database without sensitive data attached. ID field is just an Autonumber field, it's not a personal ID number.

    I appreciate you taking a look at this.

  6. #6
    June7's Avatar
    June7 is offline VIP
    Windows XP Access 2010 32bit
    Join Date
    May 2011
    Location
    The Great Land
    Posts
    52,931
    I should have seen this from your posted image. Headers and Footers are for aggregate (summary) data, not details, of the report's RecordSource. A report Header/Footer would aggregate all the records. For the ContactResult name textbox, the footer just grabs value from the first record. If you want a count by ContactResult for the whole month, use a subreport in the report Footer.

    The sample data was only 3 days. Looks like a full month will be quite a long report.
    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. Forced New Page In Access Report
    By plengeb in forum Access
    Replies: 5
    Last Post: 09-30-2011, 10:09 AM
  2. Creating an HTML report as a single page
    By Harle in forum Access
    Replies: 2
    Last Post: 01-22-2011, 11:18 PM
  3. Order Summary Report
    By ryonker in forum Reports
    Replies: 1
    Last Post: 01-10-2011, 09:15 PM
  4. Replies: 2
    Last Post: 08-25-2010, 01:42 PM
  5. Summary Report Help Please?
    By solitaire in forum Reports
    Replies: 3
    Last Post: 03-03-2006, 08:10 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