Search results

  1. S

    Unique sort and group report

    Pat: Thank you; that was most helpful. However, the generated query is counting the primary as well as the secondary items. The end result I would like to have is to show a report displaying the primary items, and then grouping the secondary items under each primary item, counting only the...
  2. S

    Unique sort and group report

    I am trying to generate a query & then the report that counts on one of two groupings of data. I have one table, tblSurveyResults, which contains the following info regarding a person's primary and secondary ownership goals: Primary Own. Goal Secondary Own. Goal Age...
  3. S

    Grouping report

    I am trying to generate a report that counts on one of two groupings of data. I have one table, tblSurveyResults, which contains the following info regarding a person's primary and secondary ownership goals: Primary Own. Goal Secondary Own. Goal Age House Boat 25 House Boat 20 Car Car...
  4. S

    Hide textbox report field names

    I have a strange thing happening with textboxes on a report. I have a report that has a textbox field with a calculated control source (from a query). I only want to display & print the results of the control source, and NOT the report Name (from the textboxes' properties sheet). What is...
  5. S

    multiselect listbox values

    I am trying to find a good example of how to pass selected multiselect listbox values to a query and report for printing. Thank you.
Back
Top Bottom