Results 1 to 2 of 2
  1. #1
    jj1 is offline Competent Performer
    Windows 7 64bit Access 2010 64bit
    Join Date
    May 2014
    Posts
    128

    Query Not generating Chart in report

    Hi I am trying to run simple query make a chart in report through this query but its not generating chart? Can anybody help?

    SELECT [Unsafe Act Unsafe Condition].[Inspection Audit], Count([Unsafe Act Unsafe Condition].[Inspection Audit]) AS [CountOfInspection Audit]
    FROM [Unsafe Act Unsafe Condition]
    WHERE ((([Unsafe Act Unsafe Condition].Date) Between [Forms]![frmSafetyReportOut]![startDate] And [Forms]![frmSafetyReportOut]![endDate])) OR ((([Unsafe Act Unsafe Condition].Department)=[Forms]![frmSafetyReportOut]![cboDepartment]))
    GROUP BY [Unsafe Act Unsafe Condition].[Inspection Audit]
    HAVING ((([Unsafe Act Unsafe Condition].[Inspection Audit]) Is Not Null) AND ((Count([Unsafe Act Unsafe Condition].[Inspection Audit])) Is Not Null));

  2. #2
    rpeare is offline VIP
    Windows XP Access 2003
    Join Date
    Jul 2011
    Posts
    5,442
    Does your query show any results. Not the graph, the query behind the graph?

    Have you got a sample database you can upload, it will be hard to diagnose this problem without some sample to work with.

    If you want to create a sample database, make a copy of your database, get rid of any private information, put enough junk data in to simulate the problem, then compact/repair, zip the file and upload it using the GO ADVANCED button at the bottom right of the posting area.

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

Similar Threads

  1. Generating a report for specific people
    By Numilex in forum Reports
    Replies: 2
    Last Post: 11-05-2013, 04:39 AM
  2. Replies: 7
    Last Post: 12-05-2012, 10:10 AM
  3. Help on Generating a Report!
    By ETCallHome in forum Reports
    Replies: 10
    Last Post: 06-22-2011, 01:08 PM
  4. Generating a Gnantt-style chart
    By Mtraugh in forum Reports
    Replies: 1
    Last Post: 03-24-2011, 05:51 PM
  5. Generating Report from Form
    By mwabbe in forum Reports
    Replies: 8
    Last Post: 08-30-2010, 12:25 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