• Pie Charts in report (A97)

    Author
    Topic
    #373427

    I am trying to create Pie Charts in a Report; I have created the graph using the following source.

    SELECT [LF_Rep 1].[Edge ripple], Count([LF_Rep 1].[Edge ripple]) AS [CountOfEdge ripple], [LF_Rep 1].KeyField
    FROM [LF_Rep 1]
    GROUP BY [LF_Rep 1].[Edge ripple], [LF_Rep 1].KeyField;

    I have then used the

    Viewing 0 reply threads
    Author
    Replies
    • #600236

      Peter,

      You can do this using VBA and DAO. In the OnFormat event of the report, set the colors of the data points explicitly.
      I have attached a zipped Access 97 database with an example to show this.

      Regards,
      Hans

      • #600238

        Thanks Hans.

        I will have a play and see how I get on

        smile

        Peter

        • #600283

          With a bit of fine-tuning to sort out parameters it has closed off that report smile

          now on to the next one sad

          Many thanks cheers

          Peter

    Viewing 0 reply threads
    Reply To: Pie Charts in report (A97)

    You can use BBCodes to format your content.
    Your account can't use all available BBCodes, they will be stripped before saving.

    Your information: