Results 1 to 6 of 6
  1. #1
    tirfan is offline Novice
    Windows XP Access 2007
    Join Date
    Jun 2012
    Posts
    14

    Sum of Report

    Dear Access Experts,

    i have a field called "Site Code" and base on this site code Access Extracting Data from other table and displaying Projectvalue of Each site. and in other table we are inputing data of each payment Certificate under every site. some time we submit more than one payment in each month for a site. how we can sum of the project value.


    SiteCode Project Value. Payment No. Gross Amount
    8456 123456 1 10
    8456 123456 2 15
    8456 123456 3 10


    _______________________________________________
    Total 123456 35


    but please keep in mind. our Report format is Approved from our client which is attached, (Tabular). i can not change the format of report.
    Attached Files Attached Files

  2. #2
    June7's Avatar
    June7 is offline VIP
    Windows XP Access 2010 32bit
    Join Date
    May 2011
    Location
    The Great Land
    Posts
    53,771
    You could try the HideDuplicates property of textbox to prevent repeat of the data. However, the Total should be unaffected. Might have to do the Total Project Value as a DSum in textbox ControlSource.

    Have you attempted building the report? If you want to provide project for analysis, follow instructions at bottom of my 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.

  3. #3
    tirfan is offline Novice
    Windows XP Access 2007
    Join Date
    Jun 2012
    Posts
    14
    Yes i have hide the duplicate, but as you mention its not effecting the Sum of Total value. how we can use Dsum? can you help

  4. #4
    tirfan is offline Novice
    Windows XP Access 2007
    Join Date
    Jun 2012
    Posts
    14
    As per your instruction, file has been attached. kindly provide help to solve the problem
    Attached Files Attached Files

  5. #5
    June7's Avatar
    June7 is offline VIP
    Windows XP Access 2010 32bit
    Join Date
    May 2011
    Location
    The Great Land
    Posts
    53,771
    Try:
    =DSum("[Budget]","QueryBudget")
    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.

  6. #6
    tirfan is offline Novice
    Windows XP Access 2007
    Join Date
    Jun 2012
    Posts
    14
    Thank you very much. my big Problem have been solved

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

Similar Threads

  1. Replies: 1
    Last Post: 03-07-2012, 09:00 AM
  2. Replies: 4
    Last Post: 12-13-2010, 05:33 PM
  3. Replies: 2
    Last Post: 08-25-2010, 01:42 PM
  4. Replies: 3
    Last Post: 05-21-2010, 03:57 PM
  5. Replies: 0
    Last Post: 10-24-2008, 11:20 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