Search results

  1. N

    Bolding values in detail lines

    Does anyone know if it's possible to test the value of a detail line control as it prints in order to change the value of the fontbold property to true for just that detail line. I have the subtotal lines stored in the table along with the detail lines, but would like any lines where the first...
  2. N

    Creating report from a query in which number of fields vary from time to time

    I'm working on creating a report that is based on a query that can contain at any given time a different number of fields depending on what the user selects from the UI. The user can select anywhere from 1 to 6 different fields to be breakpoints on the report. If he selects only 1 field, then...
  3. N

    Stacked bar chart

    I've created a bar chart showing a total for each bar, but the user now wants to see the detail that makes up each bar. I'm thinking stacked bar chart, but it's not available from the Chart Wizard. I've tried using the area chart which appears stacked, but it's not giving us what we really have...
  4. N

    Colors in legend on a chart

    Does anyone know if there's a way to indicate which colors should be used for identifying legend labels in a chart. The color yellow appears blank when printed on a black and white printer. I'd like to change it to another color.
  5. N

    Using Form textbox values in a query to be referenced by a chart

    I'm trying to figure out how to get information from a table onto a chart via a query that uses as it's criteria values contained in text boxes from a form when the form is run. I'm referencing the query when the chart is created, so it refers to the query items in the Transform statement. The...
  6. N

    Exporting a Chart

    I've created a chart in MS Access, and the user has requested the ability to export the chart for importing into PowerPoint so as to imbed it into a presentation. Anyone know if this is possible, and if so, how it can be done?
  7. N

    Values in Header Section of Chart

    I created a chart using the Chart Wizard. The chart itself is fine, but I'd like to include some variable information in header section. The values are from the same table that the chart is using. I tried to set up a text box and use as it's source an SQL statement such as 'Select Distinct...
Back
Top Bottom