Search results

  1. M

    Report display formatting

    JHB, I actually figured out a way to do what I needed in the page-setup, I just decreased the width of the report and added extra columns. It wasn't exactly what I had hoped but it will work for the time being as everything is now on the same page. Thanks!
  2. M

    Report display formatting

    Hello, The report I have now generates all the information I need correctly, but is displayed across multiple pages due to the GROUPING BY functions within the report. As far as I have seen in Access is that you can only display groups within one another and displaying in a top-down demeanor...
  3. M

    Report graph not updating with each new group

    Thank you so much! Finally works, can't thank you enough
  4. M

    Report graph not updating with each new group

    JHB, That still did not work, opening the graph in "print Preview" still shows the same problem, and the same graph is just cloned throughout the report
  5. M

    Report graph not updating with each new group

    I've attached a copy of the DB. Just be sure to enable macros so that the form runs properly... To get it to work properly just open the form and adjust the values ( or leave them the same ). To really see an accurate data-set, set the array = 1 and the block range from 0 to 0. Then just open...
  6. M

    Report graph not updating with each new group

    Unfortunately, it still did not update the graph. It still shows the correct data for the first temp set, but then just uses the same graph for each other set. Is there perhaps something in the VBA that I am missing? Maybe adding a Requery or Repaint command somewhere?
  7. M

    Report graph not updating with each new group

    Forgive me asking, I am new to access. The SQL statement you gave me I believe will work, however, what is being represented by the "Me!Temperature" statement clause? I entered it and the report threw an error saying it did not recognize the Me!
  8. M

    Report graph not updating with each new group

    I used the chart wizard in order to grab the necessary information and this is what the wizard generated for my row source TRANSFORM Sum(CharacterizationReportQuery.Fails) AS SumOfFails SELECT CharacterizationReportQuery.VDD FROM CharacterizationReportQuery GROUP BY...
  9. M

    Report graph not updating with each new group

    Hello all, I am encountering a problem with getting my graphs to update. I currently have a report that generates information based upon a query. The report is broken down into 3 subgroups (Temperature --> Vzip --> VDD). The information within each subgroup seems to be correct as the report...
Back
Top Bottom