Results 1 to 2 of 2
  1. #1
    watersn1 is offline Novice
    Windows XP Access 2007
    Join Date
    Jun 2014
    Posts
    2

    Cool How to construct a cumulative overview of information queried using a paramater

    Everyone--Im relatively new to access so please bear with me.



    I have a table that lists various monetary accounts, financial advisors assigned to each account, and their relative splits (this problem is based on a wealth management firm). I wanted to construct a query/form that will add up each advisor's cumulative money managed while being able to view them all on the same query/form.

    I have recently made a query using a parameter that allows me to find the cumulative money managed for any given advisor (individual advisor), however I would like to view the cumulative money managed for every advisor the same page (like a snap shot).

    I am currently pulling the cumulative money managed for an individual advisor using the following expression and using a sum function at the end: Cumulative Money Managed: IIf([REP1]=[Enter Advisor Name],[GROSS1],IIf([REP2]=[Enter Advisor Name],[GROSS2],IIf([REP3]=[Enter Advisor Name],[GROSS3],"")))

    Does anyone out there know how I would go about solving this issue so that I could construct a cumulative snap shot of all the money managed by each advisor by name? I'm guessing I can use a query or form, I'm just not sure which nor am I sure how to go about building it. I would greatly appreciate any help you could give.

  2. #2
    June7's Avatar
    June7 is offline VIP
    Windows 7 64bit Access 2010 32bit
    Join Date
    May 2011
    Location
    The Great Land
    Posts
    53,631
    You can do an aggregate (GROUP BY) Totals query. Access Help has guidelines on using query builder.

    If you want to view detail records and also show summary calcs, build a report and use report Grouping & Sorting features with aggregate calcs in footer sections. Again, search Access Help on building grouped reports.
    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: 6
    Last Post: 06-19-2014, 12:29 PM
  2. Removed Enter Paramater Value
    By lsingh165 in forum Access
    Replies: 2
    Last Post: 01-28-2013, 12:52 AM
  3. Convert date to weekday overview
    By LarsBoer in forum Forms
    Replies: 3
    Last Post: 09-14-2011, 07:25 AM
  4. week overview
    By FSCHAMP in forum Programming
    Replies: 3
    Last Post: 12-23-2010, 06:23 PM
  5. Overview
    By ReallyNeedHelp in forum Queries
    Replies: 0
    Last Post: 06-17-2009, 05:39 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