Results 1 to 2 of 2
  1. #1
    robbeh is offline Advanced Beginner
    Windows 7 64bit Access 2010 32bit
    Join Date
    Sep 2014
    Posts
    55

    Query/Report with x/y axis and sums

    I am trying to create a query/report to display totals of two criteria's for each location.

    We have three locations we capture data for. Site1/Site2/Site3. When also capture if an employee is Fulltime, Temp Fulltime, Part Time and Temp Parttime and their department. I am trying to create a report that totals how many of each status we have of employees in specific departments.

    The report requests from the user what Site they want to report on. The report I am looking for looks like:

    Reporting on: Site1

    Fulltime Temp Fulltime Part Time Temp Parttime
    I.T.
    23 5 16 2
    PR 10 7 10 0
    ...etc

    I really am lost where to start here. Is their a name for this type of reporting? Maybe this is easier than I think.

    Thanks!

  2. #2
    NTC is offline VIP
    Windows 7 64bit Access 2013
    Join Date
    Nov 2009
    Posts
    2,392
    well instead of x/y you may mean cross tab; but save that for later as that is just presentation format... the key is establishing the counts.... the way to do that depends on the structure of your data; assuming your table is something like this: Name, ID, Department, F/P, Temp

    then you first want to focus on an Aggregate query that will result in the correct counts

    the report presentation would be a second step

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

Similar Threads

  1. Change Report Chart X Axis Order
    By duece7 in forum Access
    Replies: 8
    Last Post: 12-11-2015, 04:32 PM
  2. Date from Query Into Chart Axis Label
    By Mwhiterabbbit in forum Reports
    Replies: 2
    Last Post: 07-03-2014, 12:59 PM
  3. Replies: 5
    Last Post: 01-15-2013, 01:15 PM
  4. Replies: 3
    Last Post: 11-26-2012, 01:24 PM
  5. Sums in Detail area of report
    By Rick West in forum Reports
    Replies: 2
    Last Post: 12-01-2009, 07:15 PM

Tags for this Thread

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