Search results

  1. C

    Multiple Charts and Unbound fields in single report

    This jpeg shows the report data source as my count query. I also tried an unbound field for the Winged Count as =[Assignment Charts Wingers Count]![WingedCount] But this does not work.
  2. C

    Multiple Charts and Unbound fields in single report

    Working on a report that displays multiple pie charts. Each chart is based on a different query. I cannot pull a single query for all charts due to the criteria for each conflicting with each other. Each query is filtered by Fiscal Year based on what I input into my Fiscal Year Filter form. The...
  3. C

    Query for charts

    I do have a form that filters the query by FY, however after the form closes I am asked again for the parameter for each form. If I keep the filter form open, it works just fine but then I have to close the form manually. The event macro I created for the "OK" button is: OpenQuery [Selectors...
  4. C

    Query for charts

    Hello, I have a table with student data listed for both their primary training and advanced training. Once each student completes a phase their record is updated, but all the information is held in one table. We need to get percentages for several categories from this table, however I need it...
Back
Top Bottom